#06C54E

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

Shades of Dark Pastel Green #06C54E

Tints of Dark Pastel Green #06C54E

Color information

#06C54E (or 0x06C54E) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C5 and 4E. RGB value is (6,197,78). Sum of RGB (Red+Green+Blue) = 6+197+78=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #06C54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C54E is #F93AB1. Grayscale: #7E7E7E. Windows color (decimal): -16333490 or 5162246. OLE color: 5162246.

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

Color convert

RGB619778-
CMYK0.9700.600.23
HSL142.62º94.09%39.8%-
HSV(B)142.62º96.95%77.25%-
XYZ21.4240.5213.9-
YUV126.32100.7242.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 197 (77.34% from 255) = 70.11%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=2.14%
G=70.11%
B=27.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal6197780.9700.600.23142.6294.0939.8
Hex6C54E6103C178f5e28
Octal63051161410742721713650
Binary1101100010110011101100001011110010111100011111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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