Html Css Color HEX #07AA11 Islamic Green

📋 copy color: '#07AA11'

red 7 ◦ green 170 ◦ blue 17

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

Shades of Islamic Green #07AA11

Tints of Islamic Green #07AA11

RGB

 RED value IS 7 (3.13% from 255) = 3.61%

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

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 3.61%
G = 87.63%
B = 8.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#07AA11 (or 0x07AA11) is known color: Islamic Green. HEX triplet: 07, AA and 11. RGB value is (7,170,17). Sum of RGB (Red+Green+Blue) = 7+170+17=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 170 (66.80% from 255 or 87.63% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AA11 is #F855EE. Grayscale: #686868. Windows color (decimal): -16274927 or 1157639. OLE color: 1157639.

HSL color Cylindrical-coordinate representation of color #07AA11: hue angle of 123.68º 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 #07AA11 is Cyan = 0.96, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 170 17 -
CMYK 0.96 0 0.9 0.33
HSL 123.68º 0.92% 0.35% -
HSV(B) 123.68º 0.96% 0.67% -
XYZ 14.56 28.84 5.33 -
YUV 103.82 79 58.94 -
System Red Green Blue C M Y K H S L
Decimal 7 170 17 0.96 0 0.9 0.33 123.68 0.92 0.35
Hex 7 AA 11 60 0 5A 21 7C 5C 23
Octal 7 252 21 140 0 132 41 174 134 43
Binary 111 10101010 10001 1100000 0 1011010 100001 1111100 1011100 100011

Color Harmonies of #07AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA11

Black with #07AA11

Text Example


Text Example

White with #07AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AA11; }

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

 H1.HeaderClassName
 {
   color: #07AA11;
 }
 .AnyTagClassName
 {
   color: #07AA11;
 }
</style>

background-color css

<style>
 a { background-color: #07AA11; }

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

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

border-color css

<style>
 span { border-color: #07AA11; }

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

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