Html Css Color HEX #A6E4AC Celadon

📋 copy color: '#A6E4AC'

red 166 ◦ green 228 ◦ blue 172

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

Shades of Celadon #A6E4AC

Tints of Celadon #A6E4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.28%

 BLUE value IS 172 (67.58% from 255) = 30.39%

R = 29.33%
G = 40.28%
B = 30.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#A6E4AC (or 0xA6E4AC) is known color: Celadon. HEX triplet: A6, E4 and AC. RGB value is (166,228,172). Sum of RGB (Red+Green+Blue) = 166+228+172=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E4AC is #591B53. Grayscale: #CBCBCB. Windows color (decimal): -5839700 or 11330726. OLE color: 11330726.

HSL color Cylindrical-coordinate representation of color #A6E4AC: hue angle of 125.81º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4AC is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 172 -
CMYK 0.27 0 0.25 0.11
HSL 125.81º 0.53% 0.77% -
HSV(B) 125.81º 0.27% 0.89% -
XYZ 50.92 66.57 49.2 -
YUV 203.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 166 228 172 0.27 0 0.25 0.11 125.81 0.53 0.77
Hex A6 E4 AC 1B 0 19 B 7E 35 4D
Octal 246 344 254 33 0 31 13 176 65 115
Binary 10100110 11100100 10101100 11011 0 11001 1011 1111110 110101 1001101

Color Harmonies of #A6E4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E4AC

Black with #A6E4AC

Text Example


Text Example

White with #A6E4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E4AC; }

 p { color: rgb(166,228,172); }

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

background-color css

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

 a { background-color: rgb(166,228,172); }

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

border-color css

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

 span { border-color: rgb(166,228,172); }

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