#A5F1A7

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

Shades of Celadon #A5F1A7

Tints of Celadon #A5F1A7

Color information

#A5F1A7 (or 0xA5F1A7) is unknown color: approx Celadon. HEX triplet: A5, F1 and A7. RGB value is (165,241,167). Sum of RGB (Red+Green+Blue) = 165+241+167=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F1A7 is #5A0E58. Grayscale: #D2D2D2. Windows color (decimal): -5901913 or 11006373. OLE color: 11006373.

HSL color Cylindrical-coordinate representation of color #A5F1A7: hue angle of 121.58º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1A7 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB165241167-
CMYK0.3200.310.05
HSL121.58º73.08%79.61%-
HSV(B)121.58º31.54%94.51%-
XYZ53.9573.747.94-
YUV209.84103.8296.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 241 (94.53% from 255) = 42.06%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=28.80%
G=42.06%
B=29.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411670.3200.310.05121.5873.0879.61
HexA5F1A72001F57a4950
Octal245361247400375172111120
Binary101001011111000110100111100000011111101111101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1A7; }

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

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

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

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

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

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

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

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