Html Css Color HEX #A8C980 Caper

📋 copy color: '#A8C980'

red 168 ◦ green 201 ◦ blue 128

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

Shades of Caper #A8C980

Tints of Caper #A8C980

RGB

 RED value IS 168 (66.02% from 255) = 33.8%

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 33.8%
G = 40.44%
B = 25.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#A8C980 (or 0xA8C980) is known color: Caper. HEX triplet: A8, C9 and 80. RGB value is (168,201,128). Sum of RGB (Red+Green+Blue) = 168+201+128=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C980 is #57367F. Grayscale: #B7B7B7. Windows color (decimal): -5715584 or 8440232. OLE color: 8440232.

HSL color Cylindrical-coordinate representation of color #A8C980: hue angle of 87.12º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C980 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 128 -
CMYK 0.16 0 0.36 0.21
HSL 87.12º 0.4% 0.65% -
HSV(B) 87.12º 0.36% 0.79% -
XYZ 40.93 51.66 28.24 -
YUV 182.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 168 201 128 0.16 0 0.36 0.21 87.12 0.4 0.65
Hex A8 C9 80 10 0 24 15 57 28 41
Octal 250 311 200 20 0 44 25 127 50 101
Binary 10101000 11001001 10000000 10000 0 100100 10101 1010111 101000 1000001

Color Harmonies of #A8C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C980

Black with #A8C980

Text Example


Text Example

White with #A8C980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C980; }

 p { color: rgb(168,201,128); }

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

background-color css

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

 a { background-color: rgb(168,201,128); }

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

border-color css

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

 span { border-color: rgb(168,201,128); }

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