#A1DFA7

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

Shades of Celadon #A1DFA7

Tints of Celadon #A1DFA7

Color information

#A1DFA7 (or 0xA1DFA7) is unknown color: approx Celadon. HEX triplet: A1, DF and A7. RGB value is (161,223,167). Sum of RGB (Red+Green+Blue) = 161+223+167=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DFA7 is #5E2058. Grayscale: #C6C6C6. Windows color (decimal): -6168665 or 11001761. OLE color: 11001761.

HSL color Cylindrical-coordinate representation of color #A1DFA7: hue angle of 125.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFA7 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB161223167-
CMYK0.2800.250.13
HSL125.81º49.21%75.29%-
HSV(B)125.81º27.8%87.45%-
XYZ48.0663.1446.21-
YUV198.08110.46101.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 167 (65.62% from 255) = 30.31%
R=29.22%
G=40.47%
B=30.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231670.2800.250.13125.8149.2175.29
HexA1DFA71C019D7e314b
Octal241337247340311517661113
Binary10100001110111111010011111100011001110111111101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFA7; }

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

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

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

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

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

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

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

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