#A9CD75

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

Shades of Caper #A9CD75

Tints of Caper #A9CD75

Color information

#A9CD75 (or 0xA9CD75) is unknown color: approx Caper. HEX triplet: A9, CD and 75. RGB value is (169,205,117). Sum of RGB (Red+Green+Blue) = 169+205+117=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CD75 is #56328A. Grayscale: #B8B8B8. Windows color (decimal): -5649035 or 7720361. OLE color: 7720361.

HSL color Cylindrical-coordinate representation of color #A9CD75: hue angle of 84.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9CD75 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB169205117-
CMYK0.1800.430.20
HSL84.55º46.81%63.14%-
HSV(B)84.55º42.93%80.39%-
XYZ41.453.3824.95-
YUV184.290.07117.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=34.42%
G=41.75%
B=23.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051170.1800.430.2084.5546.8163.14
HexA9CD751202B14552f3f
Octal25131516522053241255777
Binary10101001110011011110101100100101011101001010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD75; }

 p { color: rgb(169,205,117); }

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

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

 a { background-color: rgb(169,205,117); }

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

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

 span { border-color: rgb(169,205,117); }

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