Html Css Color HEX #0AA71D Islamic Green

📋 copy color: '#0AA71D'

red 10 ◦ green 167 ◦ blue 29

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

Shades of Islamic Green #0AA71D

Tints of Islamic Green #0AA71D

RGB

 RED value IS 10 (4.3% from 255) = 4.85%

 GREEN value IS 167 (65.63% from 255) = 81.07%

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 4.85%
G = 81.07%
B = 14.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#0AA71D (or 0x0AA71D) is known color: Islamic Green. HEX triplet: 0A, A7 and 1D. RGB value is (10,167,29). Sum of RGB (Red+Green+Blue) = 10+167+29=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 167 (65.62% from 255 or 81.07% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA71D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA71D is #F558E2. Grayscale: #686868. Windows color (decimal): -16079075 or 1943306. OLE color: 1943306.

HSL color Cylindrical-coordinate representation of color #0AA71D: hue angle of 127.26º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA71D is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 10 167 29 -
CMYK 0.94 0 0.83 0.35
HSL 127.26º 0.89% 0.35% -
HSV(B) 127.26º 0.94% 0.65% -
XYZ 14.17 27.79 5.78 -
YUV 104.33 85.49 60.72 -
System Red Green Blue C M Y K H S L
Decimal 10 167 29 0.94 0 0.83 0.35 127.26 0.89 0.35
Hex A A7 1D 5E 0 53 23 7F 59 23
Octal 12 247 35 136 0 123 43 177 131 43
Binary 1010 10100111 11101 1011110 0 1010011 100011 1111111 1011001 100011

Color Harmonies of #0AA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA71D

Black with #0AA71D

Text Example


Text Example

White with #0AA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,167,29); }

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

background-color css

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

 a { background-color: rgb(10,167,29); }

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

border-color css

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

 span { border-color: rgb(10,167,29); }

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