Html Css Color HEX #0DAE19 Islamic Green

📋 copy color: '#0DAE19'

red 13 ◦ green 174 ◦ blue 25

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

Shades of Islamic Green #0DAE19

Tints of Islamic Green #0DAE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.79%

R = 6.13%
G = 82.08%
B = 11.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#0DAE19 (or 0x0DAE19) is known color: Islamic Green. HEX triplet: 0D, AE and 19. RGB value is (13,174,25). Sum of RGB (Red+Green+Blue) = 13+174+25=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 174 (68.36% from 255 or 82.08% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAE19 is #F251E6. Grayscale: #6D6D6D. Windows color (decimal): -15880679 or 1682957. OLE color: 1682957.

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

Color convert

RGB 13 174 25 -
CMYK 0.93 0 0.86 0.32
HSL 124.47º 0.86% 0.37% -
HSV(B) 124.47º 0.93% 0.68% -
XYZ 15.48 30.43 5.98 -
YUV 108.88 80.66 59.62 -
System Red Green Blue C M Y K H S L
Decimal 13 174 25 0.93 0 0.86 0.32 124.47 0.86 0.37
Hex D AE 19 5D 0 56 20 7C 56 25
Octal 15 256 31 135 0 126 40 174 126 45
Binary 1101 10101110 11001 1011101 0 1010110 100000 1111100 1010110 100101

Color Harmonies of #0DAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE19

Black with #0DAE19

Text Example


Text Example

White with #0DAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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