#06C51E

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

Shades of Dark Pastel Green #06C51E

Tints of Dark Pastel Green #06C51E

Color information

#06C51E (or 0x06C51E) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C5 and 1E. RGB value is (6,197,30). Sum of RGB (Red+Green+Blue) = 6+197+30=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 197 (77.34% from 255 or 84.55% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 197 - color contains mainly: green. Hex color #06C51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C51E is #F93AE1. Grayscale: #797979. Windows color (decimal): -16333538 or 2016518. OLE color: 2016518.

HSL color Cylindrical-coordinate representation of color #06C51E: hue angle of 127.54º 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 #06C51E is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB619730-
CMYK0.9700.850.23
HSL127.54º94.09%39.8%-
HSV(B)127.54º96.95%77.25%-
XYZ20.2840.067.89-
YUV120.8576.7246.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 197 (77.34% from 255) = 84.55%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=2.58%
G=84.55%
B=12.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal6197300.9700.850.23127.5494.0939.8
Hex6C51E6105517805e28
Octal63053614101252720013650
Binary110110001011111011000010101010110111100000001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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