Html Css Color HEX #0DAE15 Islamic Green

📋 copy color: '#0DAE15'

red 13 ◦ green 174 ◦ blue 21

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

Shades of Islamic Green #0DAE15

Tints of Islamic Green #0DAE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 6.25%
G = 83.65%
B = 10.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#0DAE15 (or 0x0DAE15) is known color: Islamic Green. HEX triplet: 0D, AE and 15. RGB value is (13,174,21). Sum of RGB (Red+Green+Blue) = 13+174+21=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 174 (68.36% from 255 or 83.65% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAE15 is #F251EA. Grayscale: #6C6C6C. Windows color (decimal): -15880683 or 1420813. OLE color: 1420813.

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

Color convert

RGB 13 174 21 -
CMYK 0.93 0 0.88 0.32
HSL 122.98º 0.86% 0.37% -
HSV(B) 122.98º 0.93% 0.68% -
XYZ 15.44 30.41 5.77 -
YUV 108.42 78.66 59.94 -
System Red Green Blue C M Y K H S L
Decimal 13 174 21 0.93 0 0.88 0.32 122.98 0.86 0.37
Hex D AE 15 5D 0 58 20 7B 56 25
Octal 15 256 25 135 0 130 40 173 126 45
Binary 1101 10101110 10101 1011101 0 1011000 100000 1111011 1010110 100101

Color Harmonies of #0DAE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE15

Black with #0DAE15

Text Example


Text Example

White with #0DAE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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