#6ED98A

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

Shades of Pastel Green #6ED98A

Tints of Pastel Green #6ED98A

Color information

#6ED98A (or 0x6ED98A) is unknown color: approx Pastel Green. HEX triplet: 6E, D9 and 8A. RGB value is (110,217,138). Sum of RGB (Red+Green+Blue) = 110+217+138=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED98A is #912675. Grayscale: #B0B0B0. Windows color (decimal): -9512566 or 9099630. OLE color: 9099630.

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

Color convert

RGB110217138-
CMYK0.4900.360.15
HSL135.7º58.47%64.12%-
HSV(B)135.7º49.31%85.1%-
XYZ35.8354.7832.73-
YUV176106.5580.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.66%
GREEN value IS 217 (85.16% from 255) = 46.67%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=23.66%
G=46.67%
B=29.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102171380.4900.360.15135.758.4764.12
Hex6ED98A31024F883a40
Octal156331212610441721072100
Binary1101110110110011000101011000101001001111100010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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