#02A310

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

Shades of Islamic Green #02A310

Tints of Islamic Green #02A310

Color information

#02A310 (or 0x02A310) is unknown color: approx Islamic Green. HEX triplet: 02, A3 and 10. RGB value is (2,163,16). Sum of RGB (Red+Green+Blue) = 2+163+16=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 163 (64.06% from 255 or 90.06% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 163 - color contains mainly: green. Hex color #02A310 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A310 is #FD5CEF. Grayscale: #626262. Windows color (decimal): -16604400 or 1090306. OLE color: 1090306.

HSL color Cylindrical-coordinate representation of color #02A310: hue angle of 125.22º 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 #02A310 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB216316-
CMYK0.9900.900.36
HSL125.22º97.58%32.35%-
HSV(B)125.22º98.77%63.92%-
XYZ13.2226.244.86-
YUV98.181.6659.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 163 (64.06% from 255) = 90.06%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=1.10%
G=90.06%
B=8.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2163160.9900.900.36125.2297.5832.35
Hex2A3106305A247d6220
Octal22432014301324417514240
Binary10101000111000011000110101101010010011111011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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