Html Css Color HEX #A2E1AD Celadon

📋 copy color: '#A2E1AD'

red 162 ◦ green 225 ◦ blue 173

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

Shades of Celadon #A2E1AD

Tints of Celadon #A2E1AD

RGB

 RED value IS 162 (63.67% from 255) = 28.93%

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

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

R = 28.93%
G = 40.18%
B = 30.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#A2E1AD (or 0xA2E1AD) is known color: Celadon. HEX triplet: A2, E1 and AD. RGB value is (162,225,173). Sum of RGB (Red+Green+Blue) = 162+225+173=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E1AD is #5D1E52. Grayscale: #C8C8C8. Windows color (decimal): -6102611 or 11395490. OLE color: 11395490.

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

Color convert

RGB 162 225 173 -
CMYK 0.28 0 0.23 0.12
HSL 130.48º 0.51% 0.76% -
HSV(B) 130.48º 0.28% 0.88% -
XYZ 49.37 64.55 49.39 -
YUV 200.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 162 225 173 0.28 0 0.23 0.12 130.48 0.51 0.76
Hex A2 E1 AD 1C 0 17 C 82 33 4C
Octal 242 341 255 34 0 27 14 202 63 114
Binary 10100010 11100001 10101101 11100 0 10111 1100 10000010 110011 1001100

Color Harmonies of #A2E1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E1AD

Black with #A2E1AD

Text Example


Text Example

White with #A2E1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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