Html Css Color HEX #07A220 Islamic Green

📋 copy color: '#07A220'

red 7 ◦ green 162 ◦ blue 32

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

Shades of Islamic Green #07A220

Tints of Islamic Green #07A220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 80.6%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 3.48%
G = 80.6%
B = 15.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#07A220 (or 0x07A220) is known color: Islamic Green. HEX triplet: 07, A2 and 20. RGB value is (7,162,32). Sum of RGB (Red+Green+Blue) = 7+162+32=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #07A220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A220 is #F85DDF. Grayscale: #656565. Windows color (decimal): -16276960 or 2138631. OLE color: 2138631.

HSL color Cylindrical-coordinate representation of color #07A220: hue angle of 129.68º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A220 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 162 32 -
CMYK 0.96 0 0.80 0.36
HSL 129.68º 0.92% 0.33% -
HSV(B) 129.68º 0.96% 0.64% -
XYZ 13.27 25.99 5.68 -
YUV 100.84 89.15 61.07 -
System Red Green Blue C M Y K H S L
Decimal 7 162 32 0.96 0 0.80 0.36 129.68 0.92 0.33
Hex 7 A2 20 60 0 50 24 82 5C 21
Octal 7 242 40 140 0 120 44 202 134 41
Binary 111 10100010 100000 1100000 0 1010000 100100 10000010 1011100 100001

Color Harmonies of #07A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A220

Black with #07A220

Text Example


Text Example

White with #07A220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,162,32); }

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

background-color css

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

 a { background-color: rgb(7,162,32); }

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

border-color css

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

 span { border-color: rgb(7,162,32); }

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