Html Css Color HEX #A0EDB0 Celadon

📋 copy color: '#A0EDB0'

red 160 ◦ green 237 ◦ blue 176

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

Shades of Celadon #A0EDB0

Tints of Celadon #A0EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.36%

 BLUE value IS 176 (69.14% from 255) = 30.72%

R = 27.92%
G = 41.36%
B = 30.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#A0EDB0 (or 0xA0EDB0) is known color: Celadon. HEX triplet: A0, ED and B0. RGB value is (160,237,176). Sum of RGB (Red+Green+Blue) = 160+237+176=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EDB0 is #5F124F. Grayscale: #CFCFCF. Windows color (decimal): -6230608 or 11595168. OLE color: 11595168.

HSL color Cylindrical-coordinate representation of color #A0EDB0: hue angle of 132.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDB0 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 176 -
CMYK 0.32 0 0.26 0.07
HSL 132.47º 0.68% 0.78% -
HSV(B) 132.47º 0.32% 0.93% -
XYZ 52.62 71.18 52.04 -
YUV 207.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 160 237 176 0.32 0 0.26 0.07 132.47 0.68 0.78
Hex A0 ED B0 20 0 1A 7 84 44 4E
Octal 240 355 260 40 0 32 7 204 104 116
Binary 10100000 11101101 10110000 100000 0 11010 111 10000100 1000100 1001110

Color Harmonies of #A0EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDB0

Black with #A0EDB0

Text Example


Text Example

White with #A0EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDB0; }

 p { color: rgb(160,237,176); }

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

background-color css

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

 a { background-color: rgb(160,237,176); }

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

border-color css

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

 span { border-color: rgb(160,237,176); }

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