#A5F0AA

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

Shades of Celadon #A5F0AA

Tints of Celadon #A5F0AA

Color information

#A5F0AA (or 0xA5F0AA) is unknown color: approx Celadon. HEX triplet: A5, F0 and AA. RGB value is (165,240,170). Sum of RGB (Red+Green+Blue) = 165+240+170=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F0AA is #5A0F55. Grayscale: #D1D1D1. Windows color (decimal): -5902166 or 11202725. OLE color: 11202725.

HSL color Cylindrical-coordinate representation of color #A5F0AA: hue angle of 124º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5F0AA is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB165240170-
CMYK0.3100.290.06
HSL124º71.43%79.41%-
HSV(B)124º31.25%94.12%-
XYZ53.9373.2249.32-
YUV209.6105.6596.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.70%
GREEN value IS 240 (94.14% from 255) = 41.74%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=28.70%
G=41.74%
B=29.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401700.3100.290.0612471.4379.41
HexA5F0AA1F01D67c474f
Octal245360252370356174107117
Binary10100101111100001010101011111011101110111110010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0AA; }

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

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

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

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

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

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

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

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