#A9C274

Color #A9C274 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A9C274

Tints of Caper #A9C274

Color information

#A9C274 (or 0xA9C274) is unknown color: approx Caper. HEX triplet: A9, C2 and 74. RGB value is (169,194,116). Sum of RGB (Red+Green+Blue) = 169+194+116=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C274 is #563D8B. Grayscale: #B1B1B1. Windows color (decimal): -5651852 or 7652009. OLE color: 7652009.

HSL color Cylindrical-coordinate representation of color #A9C274: hue angle of 79.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9C274 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB169194116-
CMYK0.1300.400.24
HSL79.23º39%60.78%-
HSV(B)79.23º40.21%76.08%-
XYZ38.8148.2823.8-
YUV177.6393.22121.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=35.28%
G=40.50%
B=24.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691941160.1300.400.2479.233960.78
HexA9C274D028184f273d
Octal25130216415050301174775
Binary1010100111000010111010011010101000110001001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C274; }

 p { color: rgb(169,194,116); }

 H1.HeaderClassName
 {
   color: #A9C274;
 }
 .AnyTagClassName
 {
   color: #A9C274;
 }
</style>
background-color css

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

 a { background-color: rgb(169,194,116); }

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

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

 span { border-color: rgb(169,194,116); }

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