Html Css Color HEX #0DAF0A Islamic Green

📋 copy color: '#0DAF0A'

red 13 ◦ green 175 ◦ blue 10

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

Shades of Islamic Green #0DAF0A

Tints of Islamic Green #0DAF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 88.38%

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

R = 6.57%
G = 88.38%
B = 5.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#0DAF0A (or 0x0DAF0A) is known color: Islamic Green. HEX triplet: 0D, AF and 0A. RGB value is (13,175,10). Sum of RGB (Red+Green+Blue) = 13+175+10=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 175 (68.75% from 255 or 88.38% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAF0A is #F250F5. Grayscale: #6C6C6C. Windows color (decimal): -15880438 or 700173. OLE color: 700173.

HSL color Cylindrical-coordinate representation of color #0DAF0A: hue angle of 118.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAF0A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 10 -
CMYK 0.93 0 0.94 0.31
HSL 118.91º 0.89% 0.36% -
HSV(B) 118.91º 0.94% 0.69% -
XYZ 15.55 30.77 5.41 -
YUV 107.75 72.83 60.42 -
System Red Green Blue C M Y K H S L
Decimal 13 175 10 0.93 0 0.94 0.31 118.91 0.89 0.36
Hex D AF A 5D 0 5E 1F 77 59 24
Octal 15 257 12 135 0 136 37 167 131 44
Binary 1101 10101111 1010 1011101 0 1011110 11111 1110111 1011001 100100

Color Harmonies of #0DAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF0A

Black with #0DAF0A

Text Example


Text Example

White with #0DAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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