Html Css Color HEX #0DAE12 Islamic Green

📋 copy color: '#0DAE12'

red 13 ◦ green 174 ◦ blue 18

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

Shades of Islamic Green #0DAE12

Tints of Islamic Green #0DAE12

RGB

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

 GREEN value IS 174 (68.36% from 255) = 84.88%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 6.34%
G = 84.88%
B = 8.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#0DAE12 (or 0x0DAE12) is known color: Islamic Green. HEX triplet: 0D, AE and 12. RGB value is (13,174,18). Sum of RGB (Red+Green+Blue) = 13+174+18=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 174 (68.36% from 255 or 84.88% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAE12 is #F251ED. Grayscale: #6C6C6C. Windows color (decimal): -15880686 or 1224205. OLE color: 1224205.

HSL color Cylindrical-coordinate representation of color #0DAE12: hue angle of 121.86º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE12 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 18 -
CMYK 0.93 0 0.90 0.32
HSL 121.86º 0.86% 0.37% -
HSV(B) 121.86º 0.93% 0.68% -
XYZ 15.41 30.4 5.63 -
YUV 108.08 77.16 60.18 -
System Red Green Blue C M Y K H S L
Decimal 13 174 18 0.93 0 0.90 0.32 121.86 0.86 0.37
Hex D AE 12 5D 0 5A 20 7A 56 25
Octal 15 256 22 135 0 132 40 172 126 45
Binary 1101 10101110 10010 1011101 0 1011010 100000 1111010 1010110 100101

Color Harmonies of #0DAE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE12

Black with #0DAE12

Text Example


Text Example

White with #0DAE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,18); }

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

background-color css

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

 a { background-color: rgb(13,174,18); }

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

border-color css

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

 span { border-color: rgb(13,174,18); }

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