Html Css Color HEX #A2ECA9 Celadon

📋 copy color: '#A2ECA9'

red 162 ◦ green 236 ◦ blue 169

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

Shades of Celadon #A2ECA9

Tints of Celadon #A2ECA9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

 BLUE value IS 169 (66.41% from 255) = 29.81%

R = 28.57%
G = 41.62%
B = 29.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#A2ECA9 (or 0xA2ECA9) is known color: Celadon. HEX triplet: A2, EC and A9. RGB value is (162,236,169). Sum of RGB (Red+Green+Blue) = 162+236+169=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA9 is #5D1356. Grayscale: #CECECE. Windows color (decimal): -6099799 or 11136162. OLE color: 11136162.

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

Color convert

RGB 162 236 169 -
CMYK 0.31 0 0.28 0.07
HSL 125.68º 0.66% 0.78% -
HSV(B) 125.68º 0.31% 0.93% -
XYZ 52.06 70.54 48.41 -
YUV 206.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 162 236 169 0.31 0 0.28 0.07 125.68 0.66 0.78
Hex A2 EC A9 1F 0 1C 7 7E 42 4E
Octal 242 354 251 37 0 34 7 176 102 116
Binary 10100010 11101100 10101001 11111 0 11100 111 1111110 1000010 1001110

Color Harmonies of #A2ECA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECA9

Black with #A2ECA9

Text Example


Text Example

White with #A2ECA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECA9; }

 p { color: rgb(162,236,169); }

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

background-color css

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

 a { background-color: rgb(162,236,169); }

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

border-color css

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

 span { border-color: rgb(162,236,169); }

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