#02C946

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

Shades of Dark Pastel Green #02C946

Tints of Dark Pastel Green #02C946

Color information

#02C946 (or 0x02C946) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C9 and 46. RGB value is (2,201,70). Sum of RGB (Red+Green+Blue) = 2+201+70=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #02C946 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C946 is #FD36B9. Grayscale: #7E7E7E. Windows color (decimal): -16594618 or 4638978. OLE color: 4638978.

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

Color convert

RGB220170-
CMYK0.9900.650.21
HSL140.5º98.03%39.8%-
HSV(B)140.5º99%78.82%-
XYZ22.0242.2312.78-
YUV126.5696.0739.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 201 (78.91% from 255) = 73.63%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=0.73%
G=73.63%
B=25.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2201700.9900.650.21140.598.0339.8
Hex2C94663041158d6228
Octal231110614301012521514250
Binary1011001001100011011000110100000110101100011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,201,70); }

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

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

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

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

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

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

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