Html Css Color HEX #10AA07 Islamic Green

📋 copy color: '#10AA07'

red 16 ◦ green 170 ◦ blue 7

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

Shades of Islamic Green #10AA07

Tints of Islamic Green #10AA07

RGB

 RED value IS 16 (6.64% from 255) = 8.29%

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

 BLUE value IS 7 (3.13% from 255) = 3.63%

R = 8.29%
G = 88.08%
B = 3.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#10AA07 (or 0x10AA07) is known color: Islamic Green. HEX triplet: 10, AA and 07. RGB value is (16,170,7). Sum of RGB (Red+Green+Blue) = 16+170+7=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 170 (66.80% from 255 or 88.08% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AA07 is #EF55F8. Grayscale: #696969. Windows color (decimal): -15685113 or 502288. OLE color: 502288.

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

Color convert

RGB 16 170 7 -
CMYK 0.91 0 0.96 0.33
HSL 116.69º 0.92% 0.35% -
HSV(B) 116.69º 0.96% 0.67% -
XYZ 14.63 28.87 5 -
YUV 105.37 72.48 64.25 -
System Red Green Blue C M Y K H S L
Decimal 16 170 7 0.91 0 0.96 0.33 116.69 0.92 0.35
Hex 10 AA 7 5B 0 60 21 75 5C 23
Octal 20 252 7 133 0 140 41 165 134 43
Binary 10000 10101010 111 1011011 0 1100000 100001 1110101 1011100 100011

Color Harmonies of #10AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA07

Black with #10AA07

Text Example


Text Example

White with #10AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AA07; }

 p { color: rgb(16,170,7); }

 H1.HeaderClassName
 {
   color: #10AA07;
 }
 .AnyTagClassName
 {
   color: #10AA07;
 }
</style>

background-color css

<style>
 a { background-color: #10AA07; }

 a { background-color: rgb(16,170,7); }

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

border-color css

<style>
 span { border-color: #10AA07; }

 span { border-color: rgb(16,170,7); }

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