#A9F9AF

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

Shades of Celadon #A9F9AF

Tints of Celadon #A9F9AF

Color information

#A9F9AF (or 0xA9F9AF) is unknown color: approx Celadon. HEX triplet: A9, F9 and AF. RGB value is (169,249,175). Sum of RGB (Red+Green+Blue) = 169+249+175=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F9AF is #560650. Grayscale: #D8D8D8. Windows color (decimal): -5637713 or 11532713. OLE color: 11532713.

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

Color convert

RGB169249175-
CMYK0.3200.300.02
HSL124.5º86.96%81.96%-
HSV(B)124.5º32.13%97.65%-
XYZ57.9879.2852.8-
YUV216.64104.594.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.50%
GREEN value IS 249 (97.66% from 255) = 41.99%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=28.50%
G=41.99%
B=29.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692491750.3200.300.02124.586.9681.96
HexA9F9AF2001E27c5752
Octal251371257400362174127122
Binary10101001111110011010111110000001111010111110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F9AF; }

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

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

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

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

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

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

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

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