Html Css Color HEX #0DB600 Islamic Green

📋 copy color: '#0DB600'

red 13 ◦ green 182 ◦ blue 0

#0DB600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0DB600

Tints of Islamic Green #0DB600

RGB

 RED value IS 13 (5.47% from 255) = 6.67%

 GREEN value IS 182 (71.48% from 255) = 93.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.67%
G = 93.33%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0DB600 (or 0x0DB600) is known color: Islamic Green. HEX triplet: 0D, B6 and 00. RGB value is (13,182,0). Sum of RGB (Red+Green+Blue) = 13+182+0=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 182 (71.48% from 255 or 93.33% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB600 is #F249FF. Grayscale: #6F6F6F. Windows color (decimal): -15878656 or 46605. OLE color: 46605.

HSL color Cylindrical-coordinate representation of color #0DB600: hue angle of 115.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DB600 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 182 0 -
CMYK 0.93 0 1 0.29
HSL 115.71º 1% 0.36% -
HSV(B) 115.71º 1% 0.71% -
XYZ 16.89 33.54 5.58 -
YUV 110.72 65.51 58.3 -
System Red Green Blue C M Y K H S L
Decimal 13 182 0 0.93 0 1 0.29 115.71 1 0.36
Hex D B6 0 5D 0 64 1D 74 64 24
Octal 15 266 0 135 0 144 35 164 144 44
Binary 1101 10110110 0 1011101 0 1100100 11101 1110100 1100100 100100

Color Harmonies of #0DB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB600

Black with #0DB600

Text Example


Text Example

White with #0DB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DB600; }

 p { color: rgb(13,182,0); }

 H1.HeaderClassName
 {
   color: #0DB600;
 }
 .AnyTagClassName
 {
   color: #0DB600;
 }
</style>

background-color css

<style>
 a { background-color: #0DB600; }

 a { background-color: rgb(13,182,0); }

 div.DivClassName
 {
   background-color: #0DB600;
 }
 .BgClassName
 {
   background-color: #0DB600;
 }
</style>

border-color css

<style>
 span { border-color: #0DB600; }

 span { border-color: rgb(13,182,0); }

 td.TdClassName
 {
   border-color: #0DB600;
 }
 .TagClassName
 {
   border-color: #0DB600;
 }
</style>