Html Css Color HEX #A0EDAF Celadon

📋 copy color: '#A0EDAF'

red 160 ◦ green 237 ◦ blue 175

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

Shades of Celadon #A0EDAF

Tints of Celadon #A0EDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 27.97%
G = 41.43%
B = 30.59%

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

#A0EDAF (or 0xA0EDAF) is known color: Celadon. HEX triplet: A0, ED and AF. RGB value is (160,237,175). Sum of RGB (Red+Green+Blue) = 160+237+175=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EDAF is #5F1250. Grayscale: #CFCFCF. Windows color (decimal): -6230609 or 11529632. OLE color: 11529632.

HSL color Cylindrical-coordinate representation of color #A0EDAF: hue angle of 131.69º 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 #A0EDAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 175 -
CMYK 0.32 0 0.26 0.07
HSL 131.69º 0.68% 0.78% -
HSV(B) 131.69º 0.32% 0.93% -
XYZ 52.52 71.14 51.52 -
YUV 206.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 160 237 175 0.32 0 0.26 0.07 131.69 0.68 0.78
Hex A0 ED AF 20 0 1A 7 84 44 4E
Octal 240 355 257 40 0 32 7 204 104 116
Binary 10100000 11101101 10101111 100000 0 11010 111 10000100 1000100 1001110

Color Harmonies of #A0EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDAF

Black with #A0EDAF

Text Example


Text Example

White with #A0EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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