Html Css Color HEX #A1E2AC Celadon

📋 copy color: '#A1E2AC'

red 161 ◦ green 226 ◦ blue 172

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

Shades of Celadon #A1E2AC

Tints of Celadon #A1E2AC

RGB

 RED value IS 161 (63.28% from 255) = 28.8%

 GREEN value IS 226 (88.67% from 255) = 40.43%

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

R = 28.8%
G = 40.43%
B = 30.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#A1E2AC (or 0xA1E2AC) is known color: Celadon. HEX triplet: A1, E2 and AC. RGB value is (161,226,172). Sum of RGB (Red+Green+Blue) = 161+226+172=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E2AC is #5E1D53. Grayscale: #C8C8C8. Windows color (decimal): -6167892 or 11330209. OLE color: 11330209.

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

Color convert

RGB 161 226 172 -
CMYK 0.29 0 0.24 0.11
HSL 130.15º 0.53% 0.76% -
HSV(B) 130.15º 0.29% 0.89% -
XYZ 49.34 64.95 48.97 -
YUV 200.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 161 226 172 0.29 0 0.24 0.11 130.15 0.53 0.76
Hex A1 E2 AC 1D 0 18 B 82 35 4C
Octal 241 342 254 35 0 30 13 202 65 114
Binary 10100001 11100010 10101100 11101 0 11000 1011 10000010 110101 1001100

Color Harmonies of #A1E2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2AC

Black with #A1E2AC

Text Example


Text Example

White with #A1E2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2AC; }

 p { color: rgb(161,226,172); }

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

background-color css

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

 a { background-color: rgb(161,226,172); }

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

border-color css

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

 span { border-color: rgb(161,226,172); }

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