#06C514

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

Shades of Dark Pastel Green #06C514

Tints of Dark Pastel Green #06C514

Color information

#06C514 (or 0x06C514) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C5 and 14. RGB value is (6,197,20). Sum of RGB (Red+Green+Blue) = 6+197+20=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 197 (77.34% from 255 or 88.34% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 197 - color contains mainly: green. Hex color #06C514 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C514 is #F93AEB. Grayscale: #787878. Windows color (decimal): -16333548 or 1361158. OLE color: 1361158.

HSL color Cylindrical-coordinate representation of color #06C514: hue angle of 124.4º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C514 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB619720-
CMYK0.9700.900.23
HSL124.4º94.09%39.8%-
HSV(B)124.4º96.95%77.25%-
XYZ20.1740.027.32-
YUV119.7171.7246.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 197 (77.34% from 255) = 88.34%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=2.69%
G=88.34%
B=8.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal6197200.9700.900.23124.494.0939.8
Hex6C5146105A177c5e28
Octal63052414101322717413650
Binary11011000101101001100001010110101011111111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06C514; }

 p { color: rgb(6,197,20); }

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

<style>
 a { background-color: #06C514; }

 a { background-color: rgb(6,197,20); }

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

<style>
 span { border-color: #06C514; }

 span { border-color: rgb(6,197,20); }

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