#A1ECA7

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

Shades of Celadon #A1ECA7

Tints of Celadon #A1ECA7

Color information

#A1ECA7 (or 0xA1ECA7) is unknown color: approx Celadon. HEX triplet: A1, EC and A7. RGB value is (161,236,167). Sum of RGB (Red+Green+Blue) = 161+236+167=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECA7 is #5E1358. Grayscale: #CDCDCD. Windows color (decimal): -6165337 or 11005089. OLE color: 11005089.

HSL color Cylindrical-coordinate representation of color #A1ECA7: hue angle of 124.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECA7 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB161236167-
CMYK0.3200.290.07
HSL124.8º66.37%77.84%-
HSV(B)124.8º31.78%92.55%-
XYZ51.6770.3647.42-
YUV205.71106.1596.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 167 (65.62% from 255) = 29.61%
R=28.55%
G=41.84%
B=29.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612361670.3200.290.07124.866.3777.84
HexA1ECA72001D77d424e
Octal241354247400357175102116
Binary101000011110110010100111100000011101111111110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECA7; }

 p { color: rgb(161,236,167); }

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

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

 a { background-color: rgb(161,236,167); }

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

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

 span { border-color: rgb(161,236,167); }

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