#ADE1AF

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

Shades of Celadon #ADE1AF

Tints of Celadon #ADE1AF

Color information

#ADE1AF (or 0xADE1AF) is unknown color: approx Celadon. HEX triplet: AD, E1 and AF. RGB value is (173,225,175). Sum of RGB (Red+Green+Blue) = 173+225+175=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE1AF is #521E50. Grayscale: #CBCBCB. Windows color (decimal): -5381713 or 11526573. OLE color: 11526573.

HSL color Cylindrical-coordinate representation of color #ADE1AF: hue angle of 122.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1AF is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB173225175-
CMYK0.2300.220.12
HSL122.31º46.43%78.04%-
HSV(B)122.31º23.11%88.24%-
XYZ51.965.8350.53-
YUV203.75111.77106.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=30.19%
G=39.27%
B=30.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732251750.2300.220.12122.3146.4378.04
HexADE1AF17016C7a2e4e
Octal255341257270261417256116
Binary10101101111000011010111110111010110110011110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE1AF; }

 p { color: rgb(173,225,175); }

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

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

 a { background-color: rgb(173,225,175); }

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

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

 span { border-color: rgb(173,225,175); }

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