#06C13F

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

Shades of Dark Pastel Green #06C13F

Tints of Dark Pastel Green #06C13F

Color information

#06C13F (or 0x06C13F) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C1 and 3F. RGB value is (6,193,63). Sum of RGB (Red+Green+Blue) = 6+193+63=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 193 (75.78% from 255 or 73.66% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 193 - color contains mainly: green. Hex color #06C13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C13F is #F93EC0. Grayscale: #7A7A7A. Windows color (decimal): -16334529 or 4178182. OLE color: 4178182.

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

Color convert

RGB619363-
CMYK0.9700.670.24
HSL138.29º93.97%39.02%-
HSV(B)138.29º96.89%75.69%-
XYZ20.0438.5411.08-
YUV122.2794.5545.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 193 (75.78% from 255) = 73.66%
BLUE value IS 63 (25% from 255) = 24.05%
R=2.29%
G=73.66%
B=24.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6193630.9700.670.24138.2993.9739.02
Hex6C13F61043188a5e27
Octal63017714101033021213647
Binary1101100000111111111000010100001111000100010101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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