Html Css Color HEX #A0E8AB Celadon

📋 copy color: '#A0E8AB'

red 160 ◦ green 232 ◦ blue 171

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

Shades of Celadon #A0E8AB

Tints of Celadon #A0E8AB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.21%

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 28.42%
G = 41.21%
B = 30.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#A0E8AB (or 0xA0E8AB) is known color: Celadon. HEX triplet: A0, E8 and AB. RGB value is (160,232,171). Sum of RGB (Red+Green+Blue) = 160+232+171=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E8AB is #5F1754. Grayscale: #CBCBCB. Windows color (decimal): -6231893 or 11266208. OLE color: 11266208.

HSL color Cylindrical-coordinate representation of color #A0E8AB: hue angle of 129.17º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E8AB is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 232 171 -
CMYK 0.31 0 0.26 0.09
HSL 129.17º 0.61% 0.77% -
HSV(B) 129.17º 0.31% 0.91% -
XYZ 50.7 68.13 49.01 -
YUV 203.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 160 232 171 0.31 0 0.26 0.09 129.17 0.61 0.77
Hex A0 E8 AB 1F 0 1A 9 81 3D 4D
Octal 240 350 253 37 0 32 11 201 75 115
Binary 10100000 11101000 10101011 11111 0 11010 1001 10000001 111101 1001101

Color Harmonies of #A0E8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E8AB

Black with #A0E8AB

Text Example


Text Example

White with #A0E8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E8AB; }

 p { color: rgb(160,232,171); }

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

background-color css

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

 a { background-color: rgb(160,232,171); }

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

border-color css

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

 span { border-color: rgb(160,232,171); }

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