#A4EDAB

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

Shades of Celadon #A4EDAB

Tints of Celadon #A4EDAB

Color information

#A4EDAB (or 0xA4EDAB) is unknown color: approx Celadon. HEX triplet: A4, ED and AB. RGB value is (164,237,171). Sum of RGB (Red+Green+Blue) = 164+237+171=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EDAB is #5B1254. Grayscale: #CFCFCF. Windows color (decimal): -5968469 or 11267492. OLE color: 11267492.

HSL color Cylindrical-coordinate representation of color #A4EDAB: hue angle of 125.75º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDAB is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB164237171-
CMYK0.3100.280.07
HSL125.75º66.97%78.63%-
HSV(B)125.75º30.8%92.94%-
XYZ52.9471.449.52-
YUV207.65107.3296.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=28.67%
G=41.43%
B=29.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642371710.3100.280.07125.7566.9778.63
HexA4EDAB1F01C77e434f
Octal244355253370347176103117
Binary10100100111011011010101111111011100111111111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDAB; }

 p { color: rgb(164,237,171); }

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

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

 a { background-color: rgb(164,237,171); }

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

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

 span { border-color: rgb(164,237,171); }

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