#a5ffb3

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

Shades of Celadon #A5FFB3

Tints of Celadon #A5FFB3

Color information

#A5FFB3 (or 0xA5FFB3) is unknown color: approx Celadon. HEX triplet: A5, FF and B3. RGB value is (165,255,179). Sum of RGB (Red+Green+Blue) = 165+255+179=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFB3 is #5A004C. Grayscale: #DBDBDB. Windows color (decimal): -5898317 or 11796389. OLE color: 11796389.

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

Color convert

RGB165255179-
CMYK0.3500.300
HSL129.33º100%82.35%-
HSV(B)129.33º35.29%100%-
XYZ59.4182.7755.49-
YUV219.43105.1889.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=27.55%
G=42.57%
B=29.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551790.3500.300129.3310082.35
HexA5FFB32301E0816452
Octal245377263430360201144122
Binary10100101111111111011001110001101111001000000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ffb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ffb3; }

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

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

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

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

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

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

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

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