#ACCD7A

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

Shades of Caper #ACCD7A

Tints of Caper #ACCD7A

Color information

#ACCD7A (or 0xACCD7A) is unknown color: approx Caper. HEX triplet: AC, CD and 7A. RGB value is (172,205,122). Sum of RGB (Red+Green+Blue) = 172+205+122=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD7A is #533285. Grayscale: #B9B9B9. Windows color (decimal): -5452422 or 8048044. OLE color: 8048044.

HSL color Cylindrical-coordinate representation of color #ACCD7A: hue angle of 83.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACCD7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB172205122-
CMYK0.1600.400.20
HSL83.86º45.36%64.12%-
HSV(B)83.86º40.49%80.39%-
XYZ42.3653.8426.57-
YUV185.6792.07118.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=34.47%
G=41.08%
B=24.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051220.1600.400.2083.8645.3664.12
HexACCD7A1002814542d40
Octal254315172200502412455100
Binary101011001100110111110101000001010001010010101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD7A; }

 p { color: rgb(172,205,122); }

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

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

 a { background-color: rgb(172,205,122); }

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

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

 span { border-color: rgb(172,205,122); }

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