#8AF9A2

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

Shades of Pale Green #8AF9A2

Tints of Pale Green #8AF9A2

Color information

#8AF9A2 (or 0x8AF9A2) is unknown color: approx Pale Green. HEX triplet: 8A, F9 and A2. RGB value is (138,249,162). Sum of RGB (Red+Green+Blue) = 138+249+162=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF9A2 is #75065D. Grayscale: #CECECE. Windows color (decimal): -7669342 or 10680714. OLE color: 10680714.

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

Color convert

RGB138249162-
CMYK0.4500.350.02
HSL132.97º90.24%75.88%-
HSV(B)132.97º44.58%97.65%-
XYZ50.8875.7646.12-
YUV205.89103.2379.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.14%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=25.14%
G=45.36%
B=29.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382491620.4500.350.02132.9790.2475.88
Hex8AF9A22D0232855a4c
Octal212371242550432205132114
Binary1000101011111001101000101011010100011101000010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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