Html Css Color HEX #A9C480 Caper

📋 copy color: '#A9C480'

red 169 ◦ green 196 ◦ blue 128

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

Shades of Caper #A9C480

Tints of Caper #A9C480

RGB

 RED value IS 169 (66.41% from 255) = 34.28%

 GREEN value IS 196 (76.95% from 255) = 39.76%

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

R = 34.28%
G = 39.76%
B = 25.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#A9C480 (or 0xA9C480) is known color: Caper. HEX triplet: A9, C4 and 80. RGB value is (169,196,128). Sum of RGB (Red+Green+Blue) = 169+196+128=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C480 is #563B7F. Grayscale: #B4B4B4. Windows color (decimal): -5651328 or 8438953. OLE color: 8438953.

HSL color Cylindrical-coordinate representation of color #A9C480: hue angle of 83.82º 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 #A9C480 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 128 -
CMYK 0.14 0 0.35 0.23
HSL 83.82º 0.37% 0.64% -
HSV(B) 83.82º 0.35% 0.77% -
XYZ 40 49.47 27.86 -
YUV 180.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 169 196 128 0.14 0 0.35 0.23 83.82 0.37 0.64
Hex A9 C4 80 E 0 23 17 54 25 40
Octal 251 304 200 16 0 43 27 124 45 100
Binary 10101001 11000100 10000000 1110 0 100011 10111 1010100 100101 1000000

Color Harmonies of #A9C480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C480

Black with #A9C480

Text Example


Text Example

White with #A9C480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C480; }

 p { color: rgb(169,196,128); }

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

background-color css

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

 a { background-color: rgb(169,196,128); }

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

border-color css

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

 span { border-color: rgb(169,196,128); }

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