Html Css Color HEX #A1E2AA Celadon

📋 copy color: '#A1E2AA'

red 161 ◦ green 226 ◦ blue 170

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

Shades of Celadon #A1E2AA

Tints of Celadon #A1E2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 28.9%
G = 40.57%
B = 30.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#A1E2AA (or 0xA1E2AA) is known color: Celadon. HEX triplet: A1, E2 and AA. RGB value is (161,226,170). Sum of RGB (Red+Green+Blue) = 161+226+170=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E2AA is #5E1D55. Grayscale: #C8C8C8. Windows color (decimal): -6167894 or 11199137. OLE color: 11199137.

HSL color Cylindrical-coordinate representation of color #A1E2AA: hue angle of 128.31º 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 #A1E2AA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 226 170 -
CMYK 0.29 0 0.25 0.11
HSL 128.31º 0.53% 0.76% -
HSV(B) 128.31º 0.29% 0.89% -
XYZ 49.15 64.87 47.96 -
YUV 200.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 161 226 170 0.29 0 0.25 0.11 128.31 0.53 0.76
Hex A1 E2 AA 1D 0 19 B 80 35 4C
Octal 241 342 252 35 0 31 13 200 65 114
Binary 10100001 11100010 10101010 11101 0 11001 1011 10000000 110101 1001100

Color Harmonies of #A1E2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2AA

Black with #A1E2AA

Text Example


Text Example

White with #A1E2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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