#AFFFAD

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

Shades of Celadon #AFFFAD

Tints of Celadon #AFFFAD

Color information

#AFFFAD (or 0xAFFFAD) is unknown color: approx Celadon. HEX triplet: AF, FF and AD. RGB value is (175,255,173). Sum of RGB (Red+Green+Blue) = 175+255+173=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFAD is #500052. Grayscale: #DDDDDD. Windows color (decimal): -5242963 or 11403183. OLE color: 11403183.

HSL color Cylindrical-coordinate representation of color #AFFFAD: hue angle of 118.54º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFFFAD is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB175255173-
CMYK0.3100.320
HSL118.54º100%83.92%-
HSV(B)118.54º32.16%100%-
XYZ60.9883.6552.47-
YUV221.73100.594.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=29.02%
G=42.29%
B=28.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551730.3100.320118.5410083.92
HexAFFFAD1F0200776454
Octal257377255370400167144124
Binary1010111111111111101011011111101000000111011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFAD; }

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

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

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

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

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

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

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

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