#A4EDA7

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

Shades of Celadon #A4EDA7

Tints of Celadon #A4EDA7

Color information

#A4EDA7 (or 0xA4EDA7) is unknown color: approx Celadon. HEX triplet: A4, ED and A7. RGB value is (164,237,167). Sum of RGB (Red+Green+Blue) = 164+237+167=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EDA7 is #5B1258. Grayscale: #CFCFCF. Windows color (decimal): -5968473 or 11005348. OLE color: 11005348.

HSL color Cylindrical-coordinate representation of color #A4EDA7: hue angle of 122.47º 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 #A4EDA7 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB164237167-
CMYK0.3100.300.07
HSL122.47º66.97%78.63%-
HSV(B)122.47º30.8%92.94%-
XYZ52.5771.2547.54-
YUV207.19105.3297.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.87%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 167 (65.62% from 255) = 29.40%
R=28.87%
G=41.73%
B=29.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642371670.3100.300.07122.4766.9778.63
HexA4EDA71F01E77a434f
Octal244355247370367172103117
Binary10100100111011011010011111111011110111111101010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDA7; }

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

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

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

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

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

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

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

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