#8AFAA6

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

Shades of Pale Green #8AFAA6

Tints of Pale Green #8AFAA6

Color information

#8AFAA6 (or 0x8AFAA6) is unknown color: approx Pale Green. HEX triplet: 8A, FA and A6. RGB value is (138,250,166). Sum of RGB (Red+Green+Blue) = 138+250+166=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFAA6 is #750559. Grayscale: #CFCFCF. Windows color (decimal): -7669082 or 10943114. OLE color: 10943114.

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

Color convert

RGB138250166-
CMYK0.4500.340.02
HSL135º91.8%76.08%-
HSV(B)135º44.8%98.04%-
XYZ51.5576.5348.13-
YUV206.94104.8978.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.91%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 166 (65.23% from 255) = 29.96%
R=24.91%
G=45.13%
B=29.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382501660.4500.340.0213591.876.08
Hex8AFAA62D0222875c4c
Octal212372246550422207134114
Binary1000101011111010101001101011010100010101000011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,250,166); }

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

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

 a { background-color: rgb(138,250,166); }

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

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

 span { border-color: rgb(138,250,166); }

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