#A9F2AF

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

Shades of Celadon #A9F2AF

Tints of Celadon #A9F2AF

Color information

#A9F2AF (or 0xA9F2AF) is unknown color: approx Celadon. HEX triplet: A9, F2 and AF. RGB value is (169,242,175). Sum of RGB (Red+Green+Blue) = 169+242+175=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F2AF is #560D50. Grayscale: #D4D4D4. Windows color (decimal): -5639505 or 11530921. OLE color: 11530921.

HSL color Cylindrical-coordinate representation of color #A9F2AF: hue angle of 124.93º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2AF is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB169242175-
CMYK0.3000.280.05
HSL124.93º73.74%80.59%-
HSV(B)124.93º30.17%94.9%-
XYZ55.8575.0352.1-
YUV212.54106.8296.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.84%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=28.84%
G=41.30%
B=29.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692421750.3000.280.05124.9373.7480.59
HexA9F2AF1E01C57d4a51
Octal251362257360345175112121
Binary10101001111100101010111111110011100101111110110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2AF; }

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

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

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

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

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

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

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

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