#06C54C

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

Shades of Dark Pastel Green #06C54C

Tints of Dark Pastel Green #06C54C

Color information

#06C54C (or 0x06C54C) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C5 and 4C. RGB value is (6,197,76). Sum of RGB (Red+Green+Blue) = 6+197+76=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #06C54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C54C is #F93AB3. Grayscale: #7E7E7E. Windows color (decimal): -16333492 or 5031174. OLE color: 5031174.

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

Color convert

RGB619776-
CMYK0.9700.610.23
HSL141.99º94.09%39.8%-
HSV(B)141.99º96.95%77.25%-
XYZ21.3540.4913.53-
YUV126.199.7242.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 197 (77.34% from 255) = 70.61%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=2.15%
G=70.61%
B=27.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal6197760.9700.610.23141.9994.0939.8
Hex6C54C6103D178e5e28
Octal63051141410752721613650
Binary1101100010110011001100001011110110111100011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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