#02A302

Color #02A302 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #02A302

Tints of Islamic Green #02A302

Color information

#02A302 (or 0x02A302) is unknown color: approx Islamic Green. HEX triplet: 02, A3 and 02. RGB value is (2,163,2). Sum of RGB (Red+Green+Blue) = 2+163+2=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 163 (64.06% from 255 or 97.60% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 163 - color contains mainly: green. Hex color #02A302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A302 is #FD5CFD. Grayscale: #606060. Windows color (decimal): -16604414 or 172802. OLE color: 172802.

HSL color Cylindrical-coordinate representation of color #02A302: hue angle of 120º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A302 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB21632-
CMYK0.9900.990.36
HSL120º97.58%32.35%-
HSV(B)120º98.77%63.92%-
XYZ13.1326.214.42-
YUV96.5174.6660.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 163 (64.06% from 255) = 97.60%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=1.20%
G=97.60%
B=1.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal216320.9900.990.3612097.5832.35
Hex2A326306324786220
Octal2243214301434417014240
Binary10101000111011000110110001110010011110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A302; }

 p { color: rgb(2,163,2); }

 H1.HeaderClassName
 {
   color: #02A302;
 }
 .AnyTagClassName
 {
   color: #02A302;
 }
</style>
background-color css

<style>
 a { background-color: #02A302; }

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

 div.DivClassName
 {
   background-color: #02A302;
 }
 .BgClassName
 {
   background-color: #02A302;
 }
</style>
border-color css

<style>
 span { border-color: #02A302; }

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

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