Html Css Color HEX #A0F2AB Celadon

📋 copy color: '#A0F2AB'

red 160 ◦ green 242 ◦ blue 171

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

Shades of Celadon #A0F2AB

Tints of Celadon #A0F2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.23%

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

R = 27.92%
G = 42.23%
B = 29.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#A0F2AB (or 0xA0F2AB) is known color: Celadon. HEX triplet: A0, F2 and AB. RGB value is (160,242,171). Sum of RGB (Red+Green+Blue) = 160+242+171=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F2AB is #5F0D54. Grayscale: #D1D1D1. Windows color (decimal): -6229333 or 11268768. OLE color: 11268768.

HSL color Cylindrical-coordinate representation of color #A0F2AB: hue angle of 128.05º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2AB is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 171 -
CMYK 0.34 0 0.29 0.05
HSL 128.05º 0.76% 0.79% -
HSV(B) 128.05º 0.34% 0.95% -
XYZ 53.6 73.92 49.97 -
YUV 209.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 160 242 171 0.34 0 0.29 0.05 128.05 0.76 0.79
Hex A0 F2 AB 22 0 1D 5 80 4C 4F
Octal 240 362 253 42 0 35 5 200 114 117
Binary 10100000 11110010 10101011 100010 0 11101 101 10000000 1001100 1001111

Color Harmonies of #A0F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2AB

Black with #A0F2AB

Text Example


Text Example

White with #A0F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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