#6ED969

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

Shades of Pastel Green #6ED969

Tints of Pastel Green #6ED969

Color information

#6ED969 (or 0x6ED969) is unknown color: approx Pastel Green. HEX triplet: 6E, D9 and 69. RGB value is (110,217,105). Sum of RGB (Red+Green+Blue) = 110+217+105=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED969 is #912696. Grayscale: #ACACAC. Windows color (decimal): -9512599 or 6936942. OLE color: 6936942.

HSL color Cylindrical-coordinate representation of color #6ED969: hue angle of 117.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ED969 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB110217105-
CMYK0.4900.520.15
HSL117.32º59.57%63.14%-
HSV(B)117.32º51.61%85.1%-
XYZ33.7953.9622-
YUV172.2490.0583.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 217 (85.16% from 255) = 50.23%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=25.46%
G=50.23%
B=24.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102171050.4900.520.15117.3259.5763.14
Hex6ED96931034F753c3f
Octal15633115161064171657477
Binary1101110110110011101001110001011010011111110101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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