#8DF2AA

Color #8DF2AA Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #8DF2AA

Tints of Pale Green #8DF2AA

Color information

#8DF2AA (or 0x8DF2AA) is unknown color: approx Pale Green. HEX triplet: 8D, F2 and AA. RGB value is (141,242,170). Sum of RGB (Red+Green+Blue) = 141+242+170=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF2AA is #720D55. Grayscale: #CBCBCB. Windows color (decimal): -7474518 or 11203213. OLE color: 11203213.

HSL color Cylindrical-coordinate representation of color #8DF2AA: hue angle of 137.23º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2AA is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB141242170-
CMYK0.4200.300.05
HSL137.23º79.53%75.1%-
HSV(B)137.23º41.74%94.9%-
XYZ49.9972.0749.31-
YUV203.59109.0483.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=25.50%
G=43.76%
B=30.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412421700.4200.300.05137.2379.5375.1
Hex8DF2AA2A01E589504b
Octal215362252520365211120113
Binary1000110111110010101010101010100111101011000100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DF2AA; }

 p { color: rgb(141,242,170); }

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

<style>
 a { background-color: #8DF2AA; }

 a { background-color: rgb(141,242,170); }

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

<style>
 span { border-color: #8DF2AA; }

 span { border-color: rgb(141,242,170); }

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