#8AFCA6

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

Shades of Pale Green #8AFCA6

Tints of Pale Green #8AFCA6

Color information

#8AFCA6 (or 0x8AFCA6) is unknown color: approx Pale Green. HEX triplet: 8A, FC and A6. RGB value is (138,252,166). Sum of RGB (Red+Green+Blue) = 138+252+166=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFCA6 is #750359. Grayscale: #D0D0D0. Windows color (decimal): -7668570 or 10943626. OLE color: 10943626.

HSL color Cylindrical-coordinate representation of color #8AFCA6: hue angle of 134.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCA6 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB138252166-
CMYK0.4500.340.01
HSL134.74º95%76.47%-
HSV(B)134.74º45.24%98.82%-
XYZ52.1777.7848.34-
YUV208.11104.2377.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 252 (98.83% from 255) = 45.32%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=24.82%
G=45.32%
B=29.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521660.4500.340.01134.749576.47
Hex8AFCA62D0221875f4c
Octal212374246550421207137114
Binary100010101111110010100110101101010001011000011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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