Html Css Color HEX #0DAE14 Islamic Green

📋 copy color: '#0DAE14'

red 13 ◦ green 174 ◦ blue 20

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

Shades of Islamic Green #0DAE14

Tints of Islamic Green #0DAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 6.28%
G = 84.06%
B = 9.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#0DAE14 (or 0x0DAE14) is known color: Islamic Green. HEX triplet: 0D, AE and 14. RGB value is (13,174,20). Sum of RGB (Red+Green+Blue) = 13+174+20=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 174 (68.36% from 255 or 84.06% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAE14 is #F251EB. Grayscale: #6C6C6C. Windows color (decimal): -15880684 or 1355277. OLE color: 1355277.

HSL color Cylindrical-coordinate representation of color #0DAE14: hue angle of 122.61º 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 #0DAE14 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 20 -
CMYK 0.93 0 0.89 0.32
HSL 122.61º 0.86% 0.37% -
HSV(B) 122.61º 0.93% 0.68% -
XYZ 15.43 30.41 5.72 -
YUV 108.31 78.16 60.02 -
System Red Green Blue C M Y K H S L
Decimal 13 174 20 0.93 0 0.89 0.32 122.61 0.86 0.37
Hex D AE 14 5D 0 59 20 7B 56 25
Octal 15 256 24 135 0 131 40 173 126 45
Binary 1101 10101110 10100 1011101 0 1011001 100000 1111011 1010110 100101

Color Harmonies of #0DAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE14

Black with #0DAE14

Text Example


Text Example

White with #0DAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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