#6EDC89

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

Shades of Pastel Green #6EDC89

Tints of Pastel Green #6EDC89

Color information

#6EDC89 (or 0x6EDC89) is unknown color: approx Pastel Green. HEX triplet: 6E, DC and 89. RGB value is (110,220,137). Sum of RGB (Red+Green+Blue) = 110+220+137=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDC89 is #912376. Grayscale: #B1B1B1. Windows color (decimal): -9511799 or 9034862. OLE color: 9034862.

HSL color Cylindrical-coordinate representation of color #6EDC89: hue angle of 134.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDC89 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB110220137-
CMYK0.5000.380.14
HSL134.73º61.11%64.71%-
HSV(B)134.73º50%86.27%-
XYZ36.5456.3132.61-
YUV177.65105.0679.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.55%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=23.55%
G=47.11%
B=29.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102201370.5000.380.14134.7361.1164.71
Hex6EDC8932026E873d41
Octal156334211620461620775101
Binary1101110110111001000100111001001001101110100001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,220,137); }

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

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

 a { background-color: rgb(110,220,137); }

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

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

 span { border-color: rgb(110,220,137); }

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