#A5E6AA

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

Shades of Celadon #A5E6AA

Tints of Celadon #A5E6AA

Color information

#A5E6AA (or 0xA5E6AA) is unknown color: approx Celadon. HEX triplet: A5, E6 and AA. RGB value is (165,230,170). Sum of RGB (Red+Green+Blue) = 165+230+170=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E6AA is #5A1955. Grayscale: #CBCBCB. Windows color (decimal): -5904726 or 11200165. OLE color: 11200165.

HSL color Cylindrical-coordinate representation of color #A5E6AA: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6AA is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB165230170-
CMYK0.2800.260.10
HSL124.62º56.52%77.45%-
HSV(B)124.62º28.26%90.2%-
XYZ51.0767.548.37-
YUV203.72108.97100.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 230 (90.23% from 255) = 40.71%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=29.20%
G=40.71%
B=30.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652301700.2800.260.10124.6256.5277.45
HexA5E6AA1C01AA7d394d
Octal245346252340321217571115
Binary10100101111001101010101011100011010101011111011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E6AA; }

 p { color: rgb(165,230,170); }

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

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

 a { background-color: rgb(165,230,170); }

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

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

 span { border-color: rgb(165,230,170); }

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