#02C150

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

Shades of Dark Pastel Green #02C150

Tints of Dark Pastel Green #02C150

Color information

#02C150 (or 0x02C150) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C1 and 50. RGB value is (2,193,80). Sum of RGB (Red+Green+Blue) = 2+193+80=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #02C150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C150 is #FD3EAF. Grayscale: #7B7B7B. Windows color (decimal): -16596656 or 5292290. OLE color: 5292290.

HSL color Cylindrical-coordinate representation of color #02C150: hue angle of 144.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C150 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB219380-
CMYK0.9900.590.24
HSL144.5º97.95%38.24%-
HSV(B)144.5º98.96%75.69%-
XYZ20.5438.7313.98-
YUV123.01103.7241.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 193 (75.78% from 255) = 70.18%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=0.73%
G=70.18%
B=29.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2193800.9900.590.24144.597.9538.24
Hex2C1506303B18916226
Octal23011201430733022114246
Binary101100000110100001100011011101111000100100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,193,80); }

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

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

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

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

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

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

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