Html Css Color HEX #A0E4A6 Celadon

📋 copy color: '#A0E4A6'

red 160 ◦ green 228 ◦ blue 166

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

Shades of Celadon #A0E4A6

Tints of Celadon #A0E4A6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.16%

 BLUE value IS 166 (65.23% from 255) = 29.96%

R = 28.88%
G = 41.16%
B = 29.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#A0E4A6 (or 0xA0E4A6) is known color: Celadon. HEX triplet: A0, E4 and A6. RGB value is (160,228,166). Sum of RGB (Red+Green+Blue) = 160+228+166=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E4A6 is #5F1B59. Grayscale: #C8C8C8. Windows color (decimal): -6232922 or 10937504. OLE color: 10937504.

HSL color Cylindrical-coordinate representation of color #A0E4A6: hue angle of 125.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E4A6 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 166 -
CMYK 0.30 0 0.27 0.11
HSL 125.29º 0.56% 0.76% -
HSV(B) 125.29º 0.3% 0.89% -
XYZ 49.12 65.71 46.17 -
YUV 200.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 160 228 166 0.30 0 0.27 0.11 125.29 0.56 0.76
Hex A0 E4 A6 1E 0 1B B 7D 38 4C
Octal 240 344 246 36 0 33 13 175 70 114
Binary 10100000 11100100 10100110 11110 0 11011 1011 1111101 111000 1001100

Color Harmonies of #A0E4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E4A6

Black with #A0E4A6

Text Example


Text Example

White with #A0E4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E4A6; }

 p { color: rgb(160,228,166); }

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

background-color css

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

 a { background-color: rgb(160,228,166); }

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

border-color css

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

 span { border-color: rgb(160,228,166); }

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