#8DFAAA

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

Shades of Pale Green #8DFAAA

Tints of Pale Green #8DFAAA

Color information

#8DFAAA (or 0x8DFAAA) is unknown color: approx Pale Green. HEX triplet: 8D, FA and AA. RGB value is (141,250,170). Sum of RGB (Red+Green+Blue) = 141+250+170=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFAAA is #720555. Grayscale: #D0D0D0. Windows color (decimal): -7472470 or 11205261. OLE color: 11205261.

HSL color Cylindrical-coordinate representation of color #8DFAAA: hue angle of 135.96º 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 #8DFAAA is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB141250170-
CMYK0.4400.320.02
HSL135.96º91.6%76.67%-
HSV(B)135.96º43.6%98.04%-
XYZ52.4376.9450.12-
YUV208.29106.3980-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=25.13%
G=44.56%
B=30.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412501700.4400.320.02135.9691.676.67
Hex8DFAAA2C0202885c4d
Octal215372252540402210134115
Binary1000110111111010101010101011000100000101000100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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