#A5F0A7

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

Shades of Celadon #A5F0A7

Tints of Celadon #A5F0A7

Color information

#A5F0A7 (or 0xA5F0A7) is unknown color: approx Celadon. HEX triplet: A5, F0 and A7. RGB value is (165,240,167). Sum of RGB (Red+Green+Blue) = 165+240+167=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F0A7 is #5A0F58. Grayscale: #D1D1D1. Windows color (decimal): -5902169 or 11006117. OLE color: 11006117.

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

Color convert

RGB165240167-
CMYK0.3100.300.06
HSL121.6º71.43%79.41%-
HSV(B)121.6º31.25%94.12%-
XYZ53.6573.1147.84-
YUV209.25104.1596.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 167 (65.62% from 255) = 29.20%
R=28.85%
G=41.96%
B=29.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401670.3100.300.06121.671.4379.41
HexA5F0A71F01E67a474f
Octal245360247370366172107117
Binary10100101111100001010011111111011110110111101010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0A7; }

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

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

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

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

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

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

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

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