#A8F1A6

Color #A8F1A6 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #A8F1A6

Tints of Celadon #A8F1A6

Color information

#A8F1A6 (or 0xA8F1A6) is unknown color: approx Celadon. HEX triplet: A8, F1 and A6. RGB value is (168,241,166). Sum of RGB (Red+Green+Blue) = 168+241+166=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F1A6 is #570E59. Grayscale: #D2D2D2. Windows color (decimal): -5705306 or 10940840. OLE color: 10940840.

HSL color Cylindrical-coordinate representation of color #A8F1A6: hue angle of 118.4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F1A6 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB168241166-
CMYK0.3000.310.05
HSL118.4º72.82%79.8%-
HSV(B)118.4º31.12%94.51%-
XYZ54.4973.9947.49-
YUV210.62102.8297.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.22%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=29.22%
G=41.91%
B=28.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682411660.3000.310.05118.472.8279.8
HexA8F1A61E01F5764950
Octal250361246360375166111120
Binary10101000111100011010011011110011111101111011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F1A6; }

 p { color: rgb(168,241,166); }

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

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

 a { background-color: rgb(168,241,166); }

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

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

 span { border-color: rgb(168,241,166); }

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