#A4F8AC

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

Shades of Celadon #A4F8AC

Tints of Celadon #A4F8AC

Color information

#A4F8AC (or 0xA4F8AC) is unknown color: approx Celadon. HEX triplet: A4, F8 and AC. RGB value is (164,248,172). Sum of RGB (Red+Green+Blue) = 164+248+172=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F8AC is #5B0753. Grayscale: #D6D6D6. Windows color (decimal): -5965652 or 11335844. OLE color: 11335844.

HSL color Cylindrical-coordinate representation of color #A4F8AC: hue angle of 125.71º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F8AC is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB164248172-
CMYK0.3400.310.03
HSL125.71º85.71%80.78%-
HSV(B)125.71º33.87%97.25%-
XYZ56.3278.0151.12-
YUV214.22104.1792.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.08%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 172 (67.58% from 255) = 29.45%
R=28.08%
G=42.47%
B=29.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642481720.3400.310.03125.7185.7180.78
HexA4F8AC2201F37e5651
Octal244370254420373176126121
Binary10100100111110001010110010001001111111111111010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F8AC; }

 p { color: rgb(164,248,172); }

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

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

 a { background-color: rgb(164,248,172); }

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

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

 span { border-color: rgb(164,248,172); }

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