#02C601

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

Shades of Islamic Green #02C601

Tints of Islamic Green #02C601

Color information

#02C601 (or 0x02C601) is unknown color: approx Islamic Green. HEX triplet: 02, C6 and 01. RGB value is (2,198,1). Sum of RGB (Red+Green+Blue) = 2+198+1=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 198 (77.73% from 255 or 98.51% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 198 - color contains mainly: green. Hex color #02C601 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C601 is #FD39FE. Grayscale: #757575. Windows color (decimal): -16595455 or 116226. OLE color: 116226.

HSL color Cylindrical-coordinate representation of color #02C601: hue angle of 119.7º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C601 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB21981-
CMYK0.9900.990.22
HSL119.7º98.99%39.02%-
HSV(B)119.7º99.49%77.65%-
XYZ20.2240.46.76-
YUV116.9462.5746.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 198 (77.73% from 255) = 98.51%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=1.00%
G=98.51%
B=0.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal219810.9900.990.22119.798.9939.02
Hex2C616306316786327
Octal2306114301432617014347
Binary101100011011100011011000111011011110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,198,1); }

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

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

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

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

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

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

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