#A5FFB5

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

Shades of Celadon #A5FFB5

Tints of Celadon #A5FFB5

Color information

#A5FFB5 (or 0xA5FFB5) is unknown color: approx Celadon. HEX triplet: A5, FF and B5. RGB value is (165,255,181). Sum of RGB (Red+Green+Blue) = 165+255+181=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFB5 is #5A004A. Grayscale: #DBDBDB. Windows color (decimal): -5898315 or 11927461. OLE color: 11927461.

HSL color Cylindrical-coordinate representation of color #A5FFB5: hue angle of 130.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFB5 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB165255181-
CMYK0.3500.290
HSL130.67º100%82.35%-
HSV(B)130.67º35.29%100%-
XYZ59.6282.8656.57-
YUV219.65106.1889.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.45%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=27.45%
G=42.43%
B=30.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551810.3500.290130.6710082.35
HexA5FFB52301D0836452
Octal245377265430350203144122
Binary10100101111111111011010110001101110101000001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFB5; }

 p { color: rgb(165,255,181); }

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

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

 a { background-color: rgb(165,255,181); }

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

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

 span { border-color: rgb(165,255,181); }

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