Html Css Color HEX #07A802 Islamic Green

📋 copy color: '#07A802'

red 7 ◦ green 168 ◦ blue 2

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

Shades of Islamic Green #07A802

Tints of Islamic Green #07A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 94.92%

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 3.95%
G = 94.92%
B = 1.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#07A802 (or 0x07A802) is known color: Islamic Green. HEX triplet: 07, A8 and 02. RGB value is (7,168,2). Sum of RGB (Red+Green+Blue) = 7+168+2=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 168 (66.02% from 255 or 94.92% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 168 - color contains mainly: green. Hex color #07A802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A802 is #F857FD. Grayscale: #656565. Windows color (decimal): -16275454 or 174087. OLE color: 174087.

HSL color Cylindrical-coordinate representation of color #07A802: hue angle of 118.19º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07A802 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 7 168 2 -
CMYK 0.96 0 0.99 0.34
HSL 118.19º 0.98% 0.33% -
HSV(B) 118.19º 0.99% 0.66% -
XYZ 14.1 28.05 4.73 -
YUV 100.94 72.16 61 -
System Red Green Blue C M Y K H S L
Decimal 7 168 2 0.96 0 0.99 0.34 118.19 0.98 0.33
Hex 7 A8 2 60 0 63 22 76 62 21
Octal 7 250 2 140 0 143 42 166 142 41
Binary 111 10101000 10 1100000 0 1100011 100010 1110110 1100010 100001

Color Harmonies of #07A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A802

Black with #07A802

Text Example


Text Example

White with #07A802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,168,2); }

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

background-color css

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

 a { background-color: rgb(7,168,2); }

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

border-color css

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

 span { border-color: rgb(7,168,2); }

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