#06C050

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

Shades of Dark Pastel Green #06C050

Tints of Dark Pastel Green #06C050

Color information

#06C050 (or 0x06C050) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C0 and 50. RGB value is (6,192,80). Sum of RGB (Red+Green+Blue) = 6+192+80=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #06C050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C050 is #F93FAF. Grayscale: #7B7B7B. Windows color (decimal): -16334768 or 5292038. OLE color: 5292038.

HSL color Cylindrical-coordinate representation of color #06C050: hue angle of 143.87º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C050 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB619280-
CMYK0.9700.580.25
HSL143.87º93.94%38.82%-
HSV(B)143.87º96.88%75.29%-
XYZ20.3738.3213.91-
YUV123.62103.3844.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 192 (75.39% from 255) = 69.06%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=2.16%
G=69.06%
B=28.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6192800.9700.580.25143.8793.9438.82
Hex6C0506103A19905e27
Octal63001201410723122013647
Binary1101100000010100001100001011101011001100100001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,192,80); }

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

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

 a { background-color: rgb(6,192,80); }

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

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

 span { border-color: rgb(6,192,80); }

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