#06C13E

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

Shades of Dark Pastel Green #06C13E

Tints of Dark Pastel Green #06C13E

Color information

#06C13E (or 0x06C13E) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C1 and 3E. RGB value is (6,193,62). Sum of RGB (Red+Green+Blue) = 6+193+62=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #06C13E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C13E is #F93EC1. Grayscale: #7A7A7A. Windows color (decimal): -16334530 or 4112646. OLE color: 4112646.

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

Color convert

RGB619362-
CMYK0.9700.680.24
HSL137.97º93.97%39.02%-
HSV(B)137.97º96.89%75.69%-
XYZ20.0138.5310.94-
YUV122.1594.0545.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 193 (75.78% from 255) = 73.95%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=2.30%
G=73.95%
B=23.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6193620.9700.680.24137.9793.9739.02
Hex6C13E61044188a5e27
Octal63017614101043021213647
Binary1101100000111111011000010100010011000100010101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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