#A5F7AD

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

Shades of Celadon #A5F7AD

Tints of Celadon #A5F7AD

Color information

#A5F7AD (or 0xA5F7AD) is unknown color: approx Celadon. HEX triplet: A5, F7 and AD. RGB value is (165,247,173). Sum of RGB (Red+Green+Blue) = 165+247+173=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F7AD is #5A0852. Grayscale: #D6D6D6. Windows color (decimal): -5900371 or 11401125. OLE color: 11401125.

HSL color Cylindrical-coordinate representation of color #A5F7AD: hue angle of 125.85º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F7AD is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB165247173-
CMYK0.3300.300.03
HSL125.85º83.67%80.78%-
HSV(B)125.85º33.2%96.86%-
XYZ56.3277.5451.53-
YUV214.05104.8393.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=28.21%
G=42.22%
B=29.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652471730.3300.300.03125.8583.6780.78
HexA5F7AD2101E37e5451
Octal245367255410363176124121
Binary10100101111101111010110110000101111011111111010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F7AD; }

 p { color: rgb(165,247,173); }

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

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

 a { background-color: rgb(165,247,173); }

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

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

 span { border-color: rgb(165,247,173); }

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