#02C018

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

Shades of Dark Pastel Green #02C018

Tints of Dark Pastel Green #02C018

Color information

#02C018 (or 0x02C018) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C0 and 18. RGB value is (2,192,24). Sum of RGB (Red+Green+Blue) = 2+192+24=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #02C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C018 is #FD3FE7. Grayscale: #747474. Windows color (decimal): -16596968 or 1622018. OLE color: 1622018.

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

Color convert

RGB219224-
CMYK0.9900.880.25
HSL126.95º97.94%38.04%-
HSV(B)126.95º98.96%75.29%-
XYZ19.0437.787.15-
YUV116.0476.0546.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 192 (75.39% from 255) = 88.07%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=0.92%
G=88.07%
B=11.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2192240.9900.880.25126.9597.9438.04
Hex2C01863058197f6226
Octal23003014301303117714246
Binary1011000000110001100011010110001100111111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,192,24); }

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

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

 a { background-color: rgb(2,192,24); }

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

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

 span { border-color: rgb(2,192,24); }

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