#06C61E

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

Shades of Dark Pastel Green #06C61E

Tints of Dark Pastel Green #06C61E

Color information

#06C61E (or 0x06C61E) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C6 and 1E. RGB value is (6,198,30). Sum of RGB (Red+Green+Blue) = 6+198+30=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 198 (77.73% from 255 or 84.62% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 198 - color contains mainly: green. Hex color #06C61E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C61E is #F939E1. Grayscale: #797979. Windows color (decimal): -16333282 or 2016774. OLE color: 2016774.

HSL color Cylindrical-coordinate representation of color #06C61E: hue angle of 127.5º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C61E is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB619830-
CMYK0.9700.850.22
HSL127.5º94.12%40%-
HSV(B)127.5º96.97%77.65%-
XYZ20.540.527.97-
YUV121.4476.3945.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 198 (77.73% from 255) = 84.62%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=2.56%
G=84.62%
B=12.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6198300.9700.850.22127.594.1240
Hex6C61E6105516805e28
Octal63063614101252620013650
Binary110110001101111011000010101010110110100000001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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