#06C217

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

Shades of Dark Pastel Green #06C217

Tints of Dark Pastel Green #06C217

Color information

#06C217 (or 0x06C217) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C2 and 17. RGB value is (6,194,23). Sum of RGB (Red+Green+Blue) = 6+194+23=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 194 (76.17% from 255 or 87.00% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 194 - color contains mainly: green. Hex color #06C217 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C217 is #F93DE8. Grayscale: #767676. Windows color (decimal): -16334313 or 1556998. OLE color: 1556998.

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

Color convert

RGB619423-
CMYK0.9700.880.24
HSL125.43º94%39.22%-
HSV(B)125.43º96.91%76.08%-
XYZ19.5238.687.25-
YUV118.2974.2247.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 194 (76.17% from 255) = 87.00%
BLUE value IS 23 (9.38% from 255) = 10.31%
R=2.69%
G=87.00%
B=10.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6194230.9700.880.24125.439439.22
Hex6C21761058187d5e27
Octal63022714101303017513647
Binary11011000010101111100001010110001100011111011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,194,23); }

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

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

 a { background-color: rgb(6,194,23); }

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

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

 span { border-color: rgb(6,194,23); }

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