#A8F9AF

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

Shades of Celadon #A8F9AF

Tints of Celadon #A8F9AF

Color information

#A8F9AF (or 0xA8F9AF) is unknown color: approx Celadon. HEX triplet: A8, F9 and AF. RGB value is (168,249,175). Sum of RGB (Red+Green+Blue) = 168+249+175=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F9AF is #570650. Grayscale: #D8D8D8. Windows color (decimal): -5703249 or 11532712. OLE color: 11532712.

HSL color Cylindrical-coordinate representation of color #A8F9AF: hue angle of 125.19º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8F9AF is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB168249175-
CMYK0.3300.300.02
HSL125.19º87.1%81.76%-
HSV(B)125.19º32.53%97.65%-
XYZ57.7679.1752.79-
YUV216.34104.6693.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.38%
GREEN value IS 249 (97.66% from 255) = 42.06%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=28.38%
G=42.06%
B=29.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682491750.3300.300.02125.1987.181.76
HexA8F9AF2101E27d5752
Octal250371257410362175127122
Binary10101000111110011010111110000101111010111110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F9AF; }

 p { color: rgb(168,249,175); }

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

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

 a { background-color: rgb(168,249,175); }

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

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

 span { border-color: rgb(168,249,175); }

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