Html Css Color HEX #A9D8AD Celadon

📋 copy color: '#A9D8AD'

red 169 ◦ green 216 ◦ blue 173

#A9D8AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #A9D8AD

Tints of Celadon #A9D8AD

RGB

 RED value IS 169 (66.41% from 255) = 30.29%

 GREEN value IS 216 (84.77% from 255) = 38.71%

 BLUE value IS 173 (67.97% from 255) = 31%

R = 30.29%
G = 38.71%
B = 31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#A9D8AD (or 0xA9D8AD) is known color: Celadon. HEX triplet: A9, D8 and AD. RGB value is (169,216,173). Sum of RGB (Red+Green+Blue) = 169+216+173=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D8AD is #562752. Grayscale: #C5C5C5. Windows color (decimal): -5646163 or 11393193. OLE color: 11393193.

HSL color Cylindrical-coordinate representation of color #A9D8AD: hue angle of 125.11º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8AD is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 216 173 -
CMYK 0.22 0 0.20 0.15
HSL 125.11º 0.38% 0.75% -
HSV(B) 125.11º 0.22% 0.85% -
XYZ 48.46 60.56 48.67 -
YUV 197.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 169 216 173 0.22 0 0.20 0.15 125.11 0.38 0.75
Hex A9 D8 AD 16 0 14 F 7D 26 4B
Octal 251 330 255 26 0 24 17 175 46 113
Binary 10101001 11011000 10101101 10110 0 10100 1111 1111101 100110 1001011

Color Harmonies of #A9D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D8AD

Black with #A9D8AD

Text Example


Text Example

White with #A9D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D8AD; }

 p { color: rgb(169,216,173); }

 H1.HeaderClassName
 {
   color: #A9D8AD;
 }
 .AnyTagClassName
 {
   color: #A9D8AD;
 }
</style>

background-color css

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

 a { background-color: rgb(169,216,173); }

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

border-color css

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

 span { border-color: rgb(169,216,173); }

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