Html Css Color HEX #0DAB0A Islamic Green

📋 copy color: '#0DAB0A'

red 13 ◦ green 171 ◦ blue 10

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

Shades of Islamic Green #0DAB0A

Tints of Islamic Green #0DAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 88.14%

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 6.7%
G = 88.14%
B = 5.15%

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

#0DAB0A (or 0x0DAB0A) is known color: Islamic Green. HEX triplet: 0D, AB and 0A. RGB value is (13,171,10). Sum of RGB (Red+Green+Blue) = 13+171+10=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 171 (67.19% from 255 or 88.14% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAB0A is #F254F5. Grayscale: #696969. Windows color (decimal): -15881462 or 699149. OLE color: 699149.

HSL color Cylindrical-coordinate representation of color #0DAB0A: hue angle of 118.88º degrees, saturation: 0.89, 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 #0DAB0A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 10 -
CMYK 0.92 0 0.94 0.33
HSL 118.88º 0.89% 0.35% -
HSV(B) 118.88º 0.94% 0.67% -
XYZ 14.78 29.23 5.15 -
YUV 105.4 74.15 62.09 -
System Red Green Blue C M Y K H S L
Decimal 13 171 10 0.92 0 0.94 0.33 118.88 0.89 0.35
Hex D AB A 5C 0 5E 21 77 59 23
Octal 15 253 12 134 0 136 41 167 131 43
Binary 1101 10101011 1010 1011100 0 1011110 100001 1110111 1011001 100011

Color Harmonies of #0DAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB0A

Black with #0DAB0A

Text Example


Text Example

White with #0DAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,10); }

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

background-color css

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

 a { background-color: rgb(13,171,10); }

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

border-color css

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

 span { border-color: rgb(13,171,10); }

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