#6BD160

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

Shades of Pastel Green #6BD160

Tints of Pastel Green #6BD160

Color information

#6BD160 (or 0x6BD160) is unknown color: approx Pastel Green. HEX triplet: 6B, D1 and 60. RGB value is (107,209,96). Sum of RGB (Red+Green+Blue) = 107+209+96=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD160 is #942E9F. Grayscale: #A5A5A5. Windows color (decimal): -9711264 or 6345067. OLE color: 6345067.

HSL color Cylindrical-coordinate representation of color #6BD160: hue angle of 114.16º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BD160 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB10720996-
CMYK0.4900.540.18
HSL114.16º55.12%59.8%-
HSV(B)114.16º54.07%81.96%-
XYZ30.9849.5719-
YUV165.6288.7186.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.97%
GREEN value IS 209 (82.03% from 255) = 50.73%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=25.97%
G=50.73%
B=23.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107209960.4900.540.18114.1655.1259.8
Hex6BD160310361272373c
Octal15332114061066221626774
Binary11010111101000111000001100010110110100101110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BD160; }

 p { color: rgb(107,209,96); }

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

<style>
 a { background-color: #6BD160; }

 a { background-color: rgb(107,209,96); }

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

<style>
 span { border-color: #6BD160; }

 span { border-color: rgb(107,209,96); }

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