#A5F0AC

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

Shades of Celadon #A5F0AC

Tints of Celadon #A5F0AC

Color information

#A5F0AC (or 0xA5F0AC) is unknown color: approx Celadon. HEX triplet: A5, F0 and AC. RGB value is (165,240,172). Sum of RGB (Red+Green+Blue) = 165+240+172=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F0AC is #5A0F53. Grayscale: #D2D2D2. Windows color (decimal): -5902164 or 11333797. OLE color: 11333797.

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

Color convert

RGB165240172-
CMYK0.3100.280.06
HSL125.6º71.43%79.41%-
HSV(B)125.6º31.25%94.12%-
XYZ54.1273.350.33-
YUV209.82106.6596.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.60%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=28.60%
G=41.59%
B=29.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401720.3100.280.06125.671.4379.41
HexA5F0AC1F01C67e474f
Octal245360254370346176107117
Binary10100101111100001010110011111011100110111111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0AC; }

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

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

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

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

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

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

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

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