#A3E4AF

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

Shades of Celadon #A3E4AF

Tints of Celadon #A3E4AF

Color information

#A3E4AF (or 0xA3E4AF) is unknown color: approx Celadon. HEX triplet: A3, E4 and AF. RGB value is (163,228,175). Sum of RGB (Red+Green+Blue) = 163+228+175=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E4AF is #5C1B50. Grayscale: #CACACA. Windows color (decimal): -6036305 or 11527331. OLE color: 11527331.

HSL color Cylindrical-coordinate representation of color #A3E4AF: hue angle of 131.08º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E4AF is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB163228175-
CMYK0.2900.230.11
HSL131.08º54.62%76.67%-
HSV(B)131.08º28.51%89.41%-
XYZ50.5966.3750.7-
YUV202.52112.4799.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.80%
GREEN value IS 228 (89.45% from 255) = 40.28%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=28.80%
G=40.28%
B=30.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632281750.2900.230.11131.0854.6276.67
HexA3E4AF1D017B83374d
Octal243344257350271320367115
Binary101000111110010010101111111010101111011100000111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E4AF; }

 p { color: rgb(163,228,175); }

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

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

 a { background-color: rgb(163,228,175); }

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

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

 span { border-color: rgb(163,228,175); }

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