#AFEFAD

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

Shades of Celadon #AFEFAD

Tints of Celadon #AFEFAD

Color information

#AFEFAD (or 0xAFEFAD) is unknown color: approx Celadon. HEX triplet: AF, EF and AD. RGB value is (175,239,173). Sum of RGB (Red+Green+Blue) = 175+239+173=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEFAD is #501052. Grayscale: #D4D4D4. Windows color (decimal): -5247059 or 11399087. OLE color: 11399087.

HSL color Cylindrical-coordinate representation of color #AFEFAD: hue angle of 118.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEFAD is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB175239173-
CMYK0.2700.280.06
HSL118.18º67.35%80.78%-
HSV(B)118.18º27.62%93.73%-
XYZ56.0973.8650.84-
YUV212.34105.8101.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 239 (93.75% from 255) = 40.72%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=29.81%
G=40.72%
B=29.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391730.2700.280.06118.1867.3580.78
HexAFEFAD1B01C6764351
Octal257357255330346166103121
Binary10101111111011111010110111011011100110111011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFAD; }

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

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

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

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

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

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

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

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