Html Css Color HEX #A9DCAD Celadon

📋 copy color: '#A9DCAD'

red 169 ◦ green 220 ◦ blue 173

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

Shades of Celadon #A9DCAD

Tints of Celadon #A9DCAD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

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

R = 30.07%
G = 39.15%
B = 30.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#A9DCAD (or 0xA9DCAD) is known color: Celadon. HEX triplet: A9, DC and AD. RGB value is (169,220,173). Sum of RGB (Red+Green+Blue) = 169+220+173=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCAD is #562352. Grayscale: #C7C7C7. Windows color (decimal): -5645139 or 11394217. OLE color: 11394217.

HSL color Cylindrical-coordinate representation of color #A9DCAD: hue angle of 124.71º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCAD is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 173 -
CMYK 0.23 0 0.21 0.14
HSL 124.71º 0.42% 0.76% -
HSV(B) 124.71º 0.23% 0.86% -
XYZ 49.5 62.64 49.02 -
YUV 199.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 169 220 173 0.23 0 0.21 0.14 124.71 0.42 0.76
Hex A9 DC AD 17 0 15 E 7D 2A 4C
Octal 251 334 255 27 0 25 16 175 52 114
Binary 10101001 11011100 10101101 10111 0 10101 1110 1111101 101010 1001100

Color Harmonies of #A9DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCAD

Black with #A9DCAD

Text Example


Text Example

White with #A9DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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