Html Css Color HEX #A0E2AA Celadon

📋 copy color: '#A0E2AA'

red 160 ◦ green 226 ◦ blue 170

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

Shades of Celadon #A0E2AA

Tints of Celadon #A0E2AA

RGB

 RED value IS 160 (62.89% from 255) = 28.78%

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

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

R = 28.78%
G = 40.65%
B = 30.58%

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

#A0E2AA (or 0xA0E2AA) is known color: Celadon. HEX triplet: A0, E2 and AA. RGB value is (160,226,170). Sum of RGB (Red+Green+Blue) = 160+226+170=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E2AA is #5F1D55. Grayscale: #C8C8C8. Windows color (decimal): -6233430 or 11199136. OLE color: 11199136.

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

Color convert

RGB 160 226 170 -
CMYK 0.29 0 0.25 0.11
HSL 129.09º 0.53% 0.76% -
HSV(B) 129.09º 0.29% 0.89% -
XYZ 48.95 64.77 47.95 -
YUV 199.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 160 226 170 0.29 0 0.25 0.11 129.09 0.53 0.76
Hex A0 E2 AA 1D 0 19 B 81 35 4C
Octal 240 342 252 35 0 31 13 201 65 114
Binary 10100000 11100010 10101010 11101 0 11001 1011 10000001 110101 1001100

Color Harmonies of #A0E2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E2AA

Black with #A0E2AA

Text Example


Text Example

White with #A0E2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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