#6ED069

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

Shades of Pastel Green #6ED069

Tints of Pastel Green #6ED069

Color information

#6ED069 (or 0x6ED069) is unknown color: approx Pastel Green. HEX triplet: 6E, D0 and 69. RGB value is (110,208,105). Sum of RGB (Red+Green+Blue) = 110+208+105=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED069 is #912F96. Grayscale: #A7A7A7. Windows color (decimal): -9514903 or 6934638. OLE color: 6934638.

HSL color Cylindrical-coordinate representation of color #6ED069: hue angle of 117.09º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED069 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB110208105-
CMYK0.4700.500.18
HSL117.09º52.28%61.37%-
HSV(B)117.09º49.52%81.57%-
XYZ31.5449.4521.25-
YUV166.9693.0387.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=26.00%
G=49.17%
B=24.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102081050.4700.500.18117.0952.2861.37
Hex6ED0692F0321275343d
Octal15632015157062221656475
Binary11011101101000011010011011110110010100101110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,208,105); }

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

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

 a { background-color: rgb(110,208,105); }

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

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

 span { border-color: rgb(110,208,105); }

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