#A5E3A8

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

Shades of Celadon #A5E3A8

Tints of Celadon #A5E3A8

Color information

#A5E3A8 (or 0xA5E3A8) is unknown color: approx Celadon. HEX triplet: A5, E3 and A8. RGB value is (165,227,168). Sum of RGB (Red+Green+Blue) = 165+227+168=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E3A8 is #5A1C57. Grayscale: #C9C9C9. Windows color (decimal): -5905496 or 11068325. OLE color: 11068325.

HSL color Cylindrical-coordinate representation of color #A5E3A8: hue angle of 122.9º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E3A8 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB165227168-
CMYK0.2700.260.11
HSL122.9º52.54%76.86%-
HSV(B)122.9º27.31%89.02%-
XYZ50.0565.7647.1-
YUV201.74108.96101.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 227 (89.06% from 255) = 40.54%
BLUE value IS 168 (66.02% from 255) = 30%
R=29.46%
G=40.54%
B=30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652271680.2700.260.11122.952.5476.86
HexA5E3A81B01AB7b354d
Octal245343250330321317365115
Binary10100101111000111010100011011011010101111110111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E3A8; }

 p { color: rgb(165,227,168); }

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

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

 a { background-color: rgb(165,227,168); }

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

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

 span { border-color: rgb(165,227,168); }

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