Html Css Color HEX #A0ECA9 Celadon

📋 copy color: '#A0ECA9'

red 160 ◦ green 236 ◦ blue 169

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

Shades of Celadon #A0ECA9

Tints of Celadon #A0ECA9

RGB

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

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

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

R = 28.32%
G = 41.77%
B = 29.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#A0ECA9 (or 0xA0ECA9) is known color: Celadon. HEX triplet: A0, EC and A9. RGB value is (160,236,169). Sum of RGB (Red+Green+Blue) = 160+236+169=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ECA9 is #5F1356. Grayscale: #CDCDCD. Windows color (decimal): -6230871 or 11136160. OLE color: 11136160.

HSL color Cylindrical-coordinate representation of color #A0ECA9: hue angle of 127.11º degrees, saturation: 0.67, 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 #A0ECA9 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 169 -
CMYK 0.32 0 0.28 0.07
HSL 127.11º 0.67% 0.78% -
HSV(B) 127.11º 0.32% 0.93% -
XYZ 51.65 70.33 48.39 -
YUV 205.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 160 236 169 0.32 0 0.28 0.07 127.11 0.67 0.78
Hex A0 EC A9 20 0 1C 7 7F 43 4E
Octal 240 354 251 40 0 34 7 177 103 116
Binary 10100000 11101100 10101001 100000 0 11100 111 1111111 1000011 1001110

Color Harmonies of #A0ECA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECA9

Black with #A0ECA9

Text Example


Text Example

White with #A0ECA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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