#06C12C

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

Shades of Dark Pastel Green #06C12C

Tints of Dark Pastel Green #06C12C

Color information

#06C12C (or 0x06C12C) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C1 and 2C. RGB value is (6,193,44). Sum of RGB (Red+Green+Blue) = 6+193+44=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 193 (75.78% from 255 or 79.42% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 193 - color contains mainly: green. Hex color #06C12C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C12C is #F93ED3. Grayscale: #787878. Windows color (decimal): -16334548 or 2932998. OLE color: 2932998.

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

Color convert

RGB619344-
CMYK0.9700.770.24
HSL132.19º93.97%39.02%-
HSV(B)132.19º96.89%75.69%-
XYZ19.638.368.75-
YUV120.185.0546.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 193 (75.78% from 255) = 79.42%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=2.47%
G=79.42%
B=18.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6193440.9700.770.24132.1993.9739.02
Hex6C12C6104D18845e27
Octal63015414101153020413647
Binary1101100000110110011000010100110111000100001001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,193,44); }

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

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

 a { background-color: rgb(6,193,44); }

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

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

 span { border-color: rgb(6,193,44); }

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