Html Css Color HEX #0DB918 Islamic Green

📋 copy color: '#0DB918'

red 13 ◦ green 185 ◦ blue 24

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

Shades of Islamic Green #0DB918

Tints of Islamic Green #0DB918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 83.33%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 5.86%
G = 83.33%
B = 10.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0DB918 (or 0x0DB918) is known color: Islamic Green. HEX triplet: 0D, B9 and 18. RGB value is (13,185,24). Sum of RGB (Red+Green+Blue) = 13+185+24=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 185 (72.66% from 255 or 83.33% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB918 is #F246E7. Grayscale: #737373. Windows color (decimal): -15877864 or 1620237. OLE color: 1620237.

HSL color Cylindrical-coordinate representation of color #0DB918: hue angle of 123.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB918 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 185 24 -
CMYK 0.93 0 0.87 0.27
HSL 123.84º 0.87% 0.39% -
HSV(B) 123.84º 0.93% 0.73% -
XYZ 17.68 34.85 6.66 -
YUV 115.22 76.52 55.09 -
System Red Green Blue C M Y K H S L
Decimal 13 185 24 0.93 0 0.87 0.27 123.84 0.87 0.39
Hex D B9 18 5D 0 57 1B 7C 57 27
Octal 15 271 30 135 0 127 33 174 127 47
Binary 1101 10111001 11000 1011101 0 1010111 11011 1111100 1010111 100111

Color Harmonies of #0DB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB918

Black with #0DB918

Text Example


Text Example

White with #0DB918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,185,24); }

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

background-color css

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

 a { background-color: rgb(13,185,24); }

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

border-color css

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

 span { border-color: rgb(13,185,24); }

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