Html Css Color HEX #A0E9B1 Celadon

📋 copy color: '#A0E9B1'

red 160 ◦ green 233 ◦ blue 177

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

Shades of Celadon #A0E9B1

Tints of Celadon #A0E9B1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.88%

 BLUE value IS 177 (69.53% from 255) = 31.05%

R = 28.07%
G = 40.88%
B = 31.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#A0E9B1 (or 0xA0E9B1) is known color: Celadon. HEX triplet: A0, E9 and B1. RGB value is (160,233,177). Sum of RGB (Red+Green+Blue) = 160+233+177=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9B1 is #5F164E. Grayscale: #CCCCCC. Windows color (decimal): -6231631 or 11659680. OLE color: 11659680.

HSL color Cylindrical-coordinate representation of color #A0E9B1: hue angle of 133.97º degrees, saturation: 0.62, 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 #A0E9B1 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 177 -
CMYK 0.31 0 0.24 0.09
HSL 133.97º 0.62% 0.77% -
HSV(B) 133.97º 0.31% 0.91% -
XYZ 51.57 68.93 52.18 -
YUV 204.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 160 233 177 0.31 0 0.24 0.09 133.97 0.62 0.77
Hex A0 E9 B1 1F 0 18 9 86 3E 4D
Octal 240 351 261 37 0 30 11 206 76 115
Binary 10100000 11101001 10110001 11111 0 11000 1001 10000110 111110 1001101

Color Harmonies of #A0E9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E9B1

Black with #A0E9B1

Text Example


Text Example

White with #A0E9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E9B1; }

 p { color: rgb(160,233,177); }

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

background-color css

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

 a { background-color: rgb(160,233,177); }

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

border-color css

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

 span { border-color: rgb(160,233,177); }

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