Html Css Color HEX #0DA009 Islamic Green

📋 copy color: '#0DA009'

red 13 ◦ green 160 ◦ blue 9

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

Shades of Islamic Green #0DA009

Tints of Islamic Green #0DA009

RGB

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

 GREEN value IS 160 (62.89% from 255) = 87.91%

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 7.14%
G = 87.91%
B = 4.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#0DA009 (or 0x0DA009) is known color: Islamic Green. HEX triplet: 0D, A0 and 09. RGB value is (13,160,9). Sum of RGB (Red+Green+Blue) = 13+160+9=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 160 (62.89% from 255 or 87.91% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA009 is #F25FF6. Grayscale: #636363. Windows color (decimal): -15884279 or 630797. OLE color: 630797.

HSL color Cylindrical-coordinate representation of color #0DA009: hue angle of 118.41º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA009 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 160 9 -
CMYK 0.92 0 0.94 0.37
HSL 118.41º 0.89% 0.33% -
HSV(B) 118.41º 0.94% 0.63% -
XYZ 12.79 25.25 4.46 -
YUV 98.83 77.3 66.78 -
System Red Green Blue C M Y K H S L
Decimal 13 160 9 0.92 0 0.94 0.37 118.41 0.89 0.33
Hex D A0 9 5C 0 5E 25 76 59 21
Octal 15 240 11 134 0 136 45 166 131 41
Binary 1101 10100000 1001 1011100 0 1011110 100101 1110110 1011001 100001

Color Harmonies of #0DA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA009

Black with #0DA009

Text Example


Text Example

White with #0DA009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,160,9); }

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

background-color css

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

 a { background-color: rgb(13,160,9); }

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

border-color css

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

 span { border-color: rgb(13,160,9); }

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