#8DFAA8

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

Shades of Pale Green #8DFAA8

Tints of Pale Green #8DFAA8

Color information

#8DFAA8 (or 0x8DFAA8) is unknown color: approx Pale Green. HEX triplet: 8D, FA and A8. RGB value is (141,250,168). Sum of RGB (Red+Green+Blue) = 141+250+168=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFAA8 is #720557. Grayscale: #D0D0D0. Windows color (decimal): -7472472 or 11074189. OLE color: 11074189.

HSL color Cylindrical-coordinate representation of color #8DFAA8: hue angle of 134.86º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFAA8 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB141250168-
CMYK0.4400.330.02
HSL134.86º91.6%76.67%-
HSV(B)134.86º43.6%98.04%-
XYZ52.2476.8649.13-
YUV208.06105.3980.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=25.22%
G=44.72%
B=30.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412501680.4400.330.02134.8691.676.67
Hex8DFAA82C0212875c4d
Octal215372250540412207134115
Binary1000110111111010101010001011000100001101000011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,250,168); }

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

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

 a { background-color: rgb(141,250,168); }

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

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

 span { border-color: rgb(141,250,168); }

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