Html Css Color HEX #A8C580 Caper

📋 copy color: '#A8C580'

red 168 ◦ green 197 ◦ blue 128

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

Shades of Caper #A8C580

Tints of Caper #A8C580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.96%

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

R = 34.08%
G = 39.96%
B = 25.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#A8C580 (or 0xA8C580) is known color: Caper. HEX triplet: A8, C5 and 80. RGB value is (168,197,128). Sum of RGB (Red+Green+Blue) = 168+197+128=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C580 is #573A7F. Grayscale: #B4B4B4. Windows color (decimal): -5716608 or 8439208. OLE color: 8439208.

HSL color Cylindrical-coordinate representation of color #A8C580: hue angle of 85.22º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C580 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 128 -
CMYK 0.15 0 0.35 0.23
HSL 85.22º 0.37% 0.64% -
HSV(B) 85.22º 0.35% 0.77% -
XYZ 40.01 49.82 27.93 -
YUV 180.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 168 197 128 0.15 0 0.35 0.23 85.22 0.37 0.64
Hex A8 C5 80 F 0 23 17 55 25 40
Octal 250 305 200 17 0 43 27 125 45 100
Binary 10101000 11000101 10000000 1111 0 100011 10111 1010101 100101 1000000

Color Harmonies of #A8C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C580

Black with #A8C580

Text Example


Text Example

White with #A8C580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C580; }

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

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

background-color css

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

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

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

border-color css

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

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

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