Html Css Color HEX #A0C8AE Gum Leaf

📋 copy color: '#A0C8AE'

red 160 ◦ green 200 ◦ blue 174

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

Shades of Gum Leaf #A0C8AE

Tints of Gum Leaf #A0C8AE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 29.96%
G = 37.45%
B = 32.58%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#A0C8AE (or 0xA0C8AE) is known color: Gum Leaf. HEX triplet: A0, C8 and AE. RGB value is (160,200,174). Sum of RGB (Red+Green+Blue) = 160+200+174=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C8AE is #5F3751. Grayscale: #B9B9B9. Windows color (decimal): -6240082 or 11454624. OLE color: 11454624.

HSL color Cylindrical-coordinate representation of color #A0C8AE: hue angle of 141º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C8AE is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 174 -
CMYK 0.2 0 0.13 0.22
HSL 141º 0.27% 0.71% -
HSV(B) 141º 0.2% 0.78% -
XYZ 42.79 51.84 47.79 -
YUV 185.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 160 200 174 0.2 0 0.13 0.22 141 0.27 0.71
Hex A0 C8 AE 14 0 D 16 8D 1B 47
Octal 240 310 256 24 0 15 26 215 33 107
Binary 10100000 11001000 10101110 10100 0 1101 10110 10001101 11011 1000111

Color Harmonies of #A0C8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C8AE

Black with #A0C8AE

Text Example


Text Example

White with #A0C8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C8AE; }

 p { color: rgb(160,200,174); }

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

background-color css

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

 a { background-color: rgb(160,200,174); }

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

border-color css

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

 span { border-color: rgb(160,200,174); }

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