#A4EAAA

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

Shades of Celadon #A4EAAA

Tints of Celadon #A4EAAA

Color information

#A4EAAA (or 0xA4EAAA) is unknown color: approx Celadon. HEX triplet: A4, EA and AA. RGB value is (164,234,170). Sum of RGB (Red+Green+Blue) = 164+234+170=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EAAA is #5B1555. Grayscale: #CDCDCD. Windows color (decimal): -5969238 or 11201188. OLE color: 11201188.

HSL color Cylindrical-coordinate representation of color #A4EAAA: hue angle of 125.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EAAA is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB164234170-
CMYK0.3000.270.08
HSL125.14º62.5%78.04%-
HSV(B)125.14º29.91%91.76%-
XYZ51.9969.6448.73-
YUV205.77107.8198.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.87%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=28.87%
G=41.20%
B=29.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642341700.3000.270.08125.1462.578.04
HexA4EAAA1E01B87d3e4e
Octal244352252360331017576116
Binary10100100111010101010101011110011011100011111011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAAA; }

 p { color: rgb(164,234,170); }

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

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

 a { background-color: rgb(164,234,170); }

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

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

 span { border-color: rgb(164,234,170); }

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