Html Css Color HEX #A6E1AD Celadon

📋 copy color: '#A6E1AD'

red 166 ◦ green 225 ◦ blue 173

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

Shades of Celadon #A6E1AD

Tints of Celadon #A6E1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.89%

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

R = 29.43%
G = 39.89%
B = 30.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#A6E1AD (or 0xA6E1AD) is known color: Celadon. HEX triplet: A6, E1 and AD. RGB value is (166,225,173). Sum of RGB (Red+Green+Blue) = 166+225+173=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E1AD is #591E52. Grayscale: #C9C9C9. Windows color (decimal): -5840467 or 11395494. OLE color: 11395494.

HSL color Cylindrical-coordinate representation of color #A6E1AD: hue angle of 127.12º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1AD is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 225 173 -
CMYK 0.26 0 0.23 0.12
HSL 127.12º 0.5% 0.77% -
HSV(B) 127.12º 0.26% 0.88% -
XYZ 50.19 64.97 49.43 -
YUV 201.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 166 225 173 0.26 0 0.23 0.12 127.12 0.5 0.77
Hex A6 E1 AD 1A 0 17 C 7F 32 4D
Octal 246 341 255 32 0 27 14 177 62 115
Binary 10100110 11100001 10101101 11010 0 10111 1100 1111111 110010 1001101

Color Harmonies of #A6E1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E1AD

Black with #A6E1AD

Text Example


Text Example

White with #A6E1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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