#A5F9AF

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

Shades of Celadon #A5F9AF

Tints of Celadon #A5F9AF

Color information

#A5F9AF (or 0xA5F9AF) is unknown color: approx Celadon. HEX triplet: A5, F9 and AF. RGB value is (165,249,175). Sum of RGB (Red+Green+Blue) = 165+249+175=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F9AF is #5A0650. Grayscale: #D7D7D7. Windows color (decimal): -5899857 or 11532709. OLE color: 11532709.

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

Color convert

RGB165249175-
CMYK0.3400.300.02
HSL127.14º87.5%81.18%-
HSV(B)127.14º33.73%97.65%-
XYZ57.1378.8552.77-
YUV215.45105.1792.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=28.01%
G=42.28%
B=29.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491750.3400.300.02127.1487.581.18
HexA5F9AF2201E27f5851
Octal245371257420362177130121
Binary10100101111110011010111110001001111010111111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F9AF; }

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

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

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

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

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

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

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

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