#A8E1AC

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

Shades of Celadon #A8E1AC

Tints of Celadon #A8E1AC

Color information

#A8E1AC (or 0xA8E1AC) is unknown color: approx Celadon. HEX triplet: A8, E1 and AC. RGB value is (168,225,172). Sum of RGB (Red+Green+Blue) = 168+225+172=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E1AC is #571E53. Grayscale: #CACACA. Windows color (decimal): -5709396 or 11329960. OLE color: 11329960.

HSL color Cylindrical-coordinate representation of color #A8E1AC: hue angle of 124.21º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1AC is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB168225172-
CMYK0.2500.240.12
HSL124.21º48.72%77.06%-
HSV(B)124.21º25.33%88.24%-
XYZ50.5265.1548.94-
YUV201.92111.12103.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=29.73%
G=39.82%
B=30.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682251720.2500.240.12124.2148.7277.06
HexA8E1AC19018C7c314d
Octal250341254310301417461115
Binary10101000111000011010110011001011000110011111001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E1AC; }

 p { color: rgb(168,225,172); }

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

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

 a { background-color: rgb(168,225,172); }

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

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

 span { border-color: rgb(168,225,172); }

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