Html Css Color HEX #A6DCAD Celadon

📋 copy color: '#A6DCAD'

red 166 ◦ green 220 ◦ blue 173

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

Shades of Celadon #A6DCAD

Tints of Celadon #A6DCAD

RGB

 RED value IS 166 (65.23% from 255) = 29.7%

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

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

R = 29.7%
G = 39.36%
B = 30.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#A6DCAD (or 0xA6DCAD) is known color: Celadon. HEX triplet: A6, DC and AD. RGB value is (166,220,173). Sum of RGB (Red+Green+Blue) = 166+220+173=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCAD is #592352. Grayscale: #C6C6C6. Windows color (decimal): -5841747 or 11394214. OLE color: 11394214.

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

Color convert

RGB 166 220 173 -
CMYK 0.25 0 0.21 0.14
HSL 127.78º 0.44% 0.76% -
HSV(B) 127.78º 0.25% 0.86% -
XYZ 48.86 62.31 48.99 -
YUV 198.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 166 220 173 0.25 0 0.21 0.14 127.78 0.44 0.76
Hex A6 DC AD 19 0 15 E 80 2C 4C
Octal 246 334 255 31 0 25 16 200 54 114
Binary 10100110 11011100 10101101 11001 0 10101 1110 10000000 101100 1001100

Color Harmonies of #A6DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCAD

Black with #A6DCAD

Text Example


Text Example

White with #A6DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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