#8AF6AB

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

Shades of Pale Green #8AF6AB

Tints of Pale Green #8AF6AB

Color information

#8AF6AB (or 0x8AF6AB) is unknown color: approx Pale Green. HEX triplet: 8A, F6 and AB. RGB value is (138,246,171). Sum of RGB (Red+Green+Blue) = 138+246+171=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF6AB is #750954. Grayscale: #CDCDCD. Windows color (decimal): -7670101 or 11269770. OLE color: 11269770.

HSL color Cylindrical-coordinate representation of color #8AF6AB: hue angle of 138.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF6AB is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB138246171-
CMYK0.4400.300.04
HSL138.33º85.71%75.29%-
HSV(B)138.33º43.9%96.47%-
XYZ50.7974.2650.18-
YUV205.16108.7280.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.86%
GREEN value IS 246 (96.48% from 255) = 44.32%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=24.86%
G=44.32%
B=30.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382461710.4400.300.04138.3385.7175.29
Hex8AF6AB2C01E48a564b
Octal212366253540364212126113
Binary1000101011110110101010111011000111101001000101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,246,171); }

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

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

 a { background-color: rgb(138,246,171); }

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

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

 span { border-color: rgb(138,246,171); }

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