Html Css Color HEX #A0E5AC Celadon

📋 copy color: '#A0E5AC'

red 160 ◦ green 229 ◦ blue 172

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

Shades of Celadon #A0E5AC

Tints of Celadon #A0E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 172 (67.58% from 255) = 30.66%

R = 28.52%
G = 40.82%
B = 30.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#A0E5AC (or 0xA0E5AC) is known color: Celadon. HEX triplet: A0, E5 and AC. RGB value is (160,229,172). Sum of RGB (Red+Green+Blue) = 160+229+172=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E5AC is #5F1A53. Grayscale: #CACACA. Windows color (decimal): -6232660 or 11330976. OLE color: 11330976.

HSL color Cylindrical-coordinate representation of color #A0E5AC: hue angle of 130.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E5AC is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 172 -
CMYK 0.30 0 0.25 0.10
HSL 130.43º 0.57% 0.76% -
HSV(B) 130.43º 0.3% 0.9% -
XYZ 49.96 66.49 49.23 -
YUV 201.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 160 229 172 0.30 0 0.25 0.10 130.43 0.57 0.76
Hex A0 E5 AC 1E 0 19 A 82 39 4C
Octal 240 345 254 36 0 31 12 202 71 114
Binary 10100000 11100101 10101100 11110 0 11001 1010 10000010 111001 1001100

Color Harmonies of #A0E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E5AC

Black with #A0E5AC

Text Example


Text Example

White with #A0E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E5AC; }

 p { color: rgb(160,229,172); }

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

background-color css

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

 a { background-color: rgb(160,229,172); }

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

border-color css

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

 span { border-color: rgb(160,229,172); }

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