Html Css Color HEX #0DAA0B Islamic Green

📋 copy color: '#0DAA0B'

red 13 ◦ green 170 ◦ blue 11

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

Shades of Islamic Green #0DAA0B

Tints of Islamic Green #0DAA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 87.63%

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 6.7%
G = 87.63%
B = 5.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#0DAA0B (or 0x0DAA0B) is known color: Islamic Green. HEX triplet: 0D, AA and 0B. RGB value is (13,170,11). Sum of RGB (Red+Green+Blue) = 13+170+11=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 170 (66.80% from 255 or 87.63% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAA0B is #F255F4. Grayscale: #696969. Windows color (decimal): -15881717 or 764429. OLE color: 764429.

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

Color convert

RGB 13 170 11 -
CMYK 0.92 0 0.94 0.33
HSL 119.25º 0.88% 0.35% -
HSV(B) 119.25º 0.94% 0.67% -
XYZ 14.6 28.86 5.12 -
YUV 104.93 74.99 62.43 -
System Red Green Blue C M Y K H S L
Decimal 13 170 11 0.92 0 0.94 0.33 119.25 0.88 0.35
Hex D AA B 5C 0 5E 21 77 58 23
Octal 15 252 13 134 0 136 41 167 130 43
Binary 1101 10101010 1011 1011100 0 1011110 100001 1110111 1011000 100011

Color Harmonies of #0DAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAA0B

Black with #0DAA0B

Text Example


Text Example

White with #0DAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,170,11); }

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

background-color css

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

 a { background-color: rgb(13,170,11); }

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

border-color css

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

 span { border-color: rgb(13,170,11); }

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