#A5F0AB

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

Shades of Celadon #A5F0AB

Tints of Celadon #A5F0AB

Color information

#A5F0AB (or 0xA5F0AB) is unknown color: approx Celadon. HEX triplet: A5, F0 and AB. RGB value is (165,240,171). Sum of RGB (Red+Green+Blue) = 165+240+171=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F0AB is #5A0F54. Grayscale: #D1D1D1. Windows color (decimal): -5902165 or 11268261. OLE color: 11268261.

HSL color Cylindrical-coordinate representation of color #A5F0AB: hue angle of 124.8º 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 #A5F0AB is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB165240171-
CMYK0.3100.290.06
HSL124.8º71.43%79.41%-
HSV(B)124.8º31.25%94.12%-
XYZ54.0373.2649.82-
YUV209.71106.1596.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.65%
GREEN value IS 240 (94.14% from 255) = 41.67%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=28.65%
G=41.67%
B=29.69%

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
Decimal1652401710.3100.290.06124.871.4379.41
HexA5F0AB1F01D67d474f
Octal245360253370356175107117
Binary10100101111100001010101111111011101110111110110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0AB; }

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

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

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

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

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

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

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

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