#ADF5AF

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

Shades of Celadon #ADF5AF

Tints of Celadon #ADF5AF

Color information

#ADF5AF (or 0xADF5AF) is unknown color: approx Celadon. HEX triplet: AD, F5 and AF. RGB value is (173,245,175). Sum of RGB (Red+Green+Blue) = 173+245+175=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF5AF is #520A50. Grayscale: #D7D7D7. Windows color (decimal): -5376593 or 11531693. OLE color: 11531693.

HSL color Cylindrical-coordinate representation of color #ADF5AF: hue angle of 121.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5AF is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB173245175-
CMYK0.2900.290.04
HSL121.67º78.26%81.96%-
HSV(B)121.67º29.39%96.08%-
XYZ57.6277.2852.44-
YUV215.49105.1597.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 245 (96.09% from 255) = 41.32%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=29.17%
G=41.32%
B=29.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732451750.2900.290.04121.6778.2681.96
HexADF5AF1D01D47a4e52
Octal255365257350354172116122
Binary10101101111101011010111111101011101100111101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5AF; }

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

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

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

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

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

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

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

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