#6ED269

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

Shades of Pastel Green #6ED269

Tints of Pastel Green #6ED269

Color information

#6ED269 (or 0x6ED269) is unknown color: approx Pastel Green. HEX triplet: 6E, D2 and 69. RGB value is (110,210,105). Sum of RGB (Red+Green+Blue) = 110+210+105=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED269 is #912D96. Grayscale: #A8A8A8. Windows color (decimal): -9514391 or 6935150. OLE color: 6935150.

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

Color convert

RGB110210105-
CMYK0.4800.500.18
HSL117.14º53.85%61.76%-
HSV(B)117.14º50%82.35%-
XYZ32.0350.4321.41-
YUV168.1392.3786.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 210 (82.42% from 255) = 49.41%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=25.88%
G=49.41%
B=24.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102101050.4800.500.18117.1453.8561.76
Hex6ED269300321275363e
Octal15632215160062221656676
Binary11011101101001011010011100000110010100101110101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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