Html Css Color HEX #A2EEAA Celadon

📋 copy color: '#A2EEAA'

red 162 ◦ green 238 ◦ blue 170

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

Shades of Celadon #A2EEAA

Tints of Celadon #A2EEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.75%

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

R = 28.42%
G = 41.75%
B = 29.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#A2EEAA (or 0xA2EEAA) is known color: Celadon. HEX triplet: A2, EE and AA. RGB value is (162,238,170). Sum of RGB (Red+Green+Blue) = 162+238+170=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EEAA is #5D1155. Grayscale: #CFCFCF. Windows color (decimal): -6099286 or 11202210. OLE color: 11202210.

HSL color Cylindrical-coordinate representation of color #A2EEAA: hue angle of 126.32º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EEAA is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 238 170 -
CMYK 0.32 0 0.29 0.07
HSL 126.32º 0.69% 0.78% -
HSV(B) 126.32º 0.32% 0.93% -
XYZ 52.73 71.73 49.1 -
YUV 207.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 162 238 170 0.32 0 0.29 0.07 126.32 0.69 0.78
Hex A2 EE AA 20 0 1D 7 7E 45 4E
Octal 242 356 252 40 0 35 7 176 105 116
Binary 10100010 11101110 10101010 100000 0 11101 111 1111110 1000101 1001110

Color Harmonies of #A2EEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EEAA

Black with #A2EEAA

Text Example


Text Example

White with #A2EEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EEAA; }

 p { color: rgb(162,238,170); }

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

background-color css

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

 a { background-color: rgb(162,238,170); }

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

border-color css

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

 span { border-color: rgb(162,238,170); }

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