#8AF9A0

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

Shades of Pale Green #8AF9A0

Tints of Pale Green #8AF9A0

Color information

#8AF9A0 (or 0x8AF9A0) is unknown color: approx Pale Green. HEX triplet: 8A, F9 and A0. RGB value is (138,249,160). Sum of RGB (Red+Green+Blue) = 138+249+160=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF9A0 is #75065F. Grayscale: #CDCDCD. Windows color (decimal): -7669344 or 10549642. OLE color: 10549642.

HSL color Cylindrical-coordinate representation of color #8AF9A0: hue angle of 131.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9A0 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB138249160-
CMYK0.4500.360.02
HSL131.89º90.24%75.88%-
HSV(B)131.89º44.58%97.65%-
XYZ50.775.6945.2-
YUV205.66102.2379.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=25.23%
G=45.52%
B=29.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382491600.4500.360.02131.8990.2475.88
Hex8AF9A02D0242845a4c
Octal212371240550442204132114
Binary1000101011111001101000001011010100100101000010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,160); }

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

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

 a { background-color: rgb(138,249,160); }

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

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

 span { border-color: rgb(138,249,160); }

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