#02A61C

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

Shades of Islamic Green #02A61C

Tints of Islamic Green #02A61C

Color information

#02A61C (or 0x02A61C) is unknown color: approx Islamic Green. HEX triplet: 02, A6 and 1C. RGB value is (2,166,28). Sum of RGB (Red+Green+Blue) = 2+166+28=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 166 (65.23% from 255 or 84.69% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 166 - color contains mainly: green. Hex color #02A61C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A61C is #FD59E3. Grayscale: #656565. Windows color (decimal): -16603620 or 1877506. OLE color: 1877506.

HSL color Cylindrical-coordinate representation of color #02A61C: hue angle of 129.51º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A61C is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB216628-
CMYK0.9900.830.35
HSL129.51º97.62%32.94%-
HSV(B)129.51º98.8%65.1%-
XYZ13.8727.375.65-
YUV101.2386.6757.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 166 (65.23% from 255) = 84.69%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=1.02%
G=84.69%
B=14.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2166280.9900.830.35129.5197.6232.94
Hex2A61C6305323826221
Octal22463414301234320214241
Binary101010011011100110001101010011100011100000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,166,28); }

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

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

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

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

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

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

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