#ADF9AF

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

Shades of Celadon #ADF9AF

Tints of Celadon #ADF9AF

Color information

#ADF9AF (or 0xADF9AF) is unknown color: approx Celadon. HEX triplet: AD, F9 and AF. RGB value is (173,249,175). Sum of RGB (Red+Green+Blue) = 173+249+175=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF9AF is #520650. Grayscale: #DADADA. Windows color (decimal): -5375569 or 11532717. OLE color: 11532717.

HSL color Cylindrical-coordinate representation of color #ADF9AF: hue angle of 121.58º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9AF is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB173249175-
CMYK0.3100.300.02
HSL121.58º86.36%82.75%-
HSV(B)121.58º30.52%97.65%-
XYZ58.8579.7352.85-
YUV217.84103.8296.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=28.98%
G=41.71%
B=29.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491750.3100.300.02121.5886.3682.75
HexADF9AF1F01E27a5653
Octal255371257370362172126123
Binary1010110111111001101011111111101111010111101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9AF; }

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

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

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

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

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

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

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

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