#A5F0A6

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

Shades of Celadon #A5F0A6

Tints of Celadon #A5F0A6

Color information

#A5F0A6 (or 0xA5F0A6) is unknown color: approx Celadon. HEX triplet: A5, F0 and A6. RGB value is (165,240,166). Sum of RGB (Red+Green+Blue) = 165+240+166=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F0A6 is #5A0F59. Grayscale: #D1D1D1. Windows color (decimal): -5902170 or 10940581. OLE color: 10940581.

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

Color convert

RGB165240166-
CMYK0.3100.310.06
HSL120.8º71.43%79.41%-
HSV(B)120.8º31.25%94.12%-
XYZ53.5673.0747.36-
YUV209.14103.6596.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 240 (94.14% from 255) = 42.03%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=28.90%
G=42.03%
B=29.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401660.3100.310.06120.871.4379.41
HexA5F0A61F01F679474f
Octal245360246370376171107117
Binary10100101111100001010011011111011111110111100110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0A6; }

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

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

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

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

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

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

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

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