#ACCD6E

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

Shades of Caper #ACCD6E

Tints of Caper #ACCD6E

Color information

#ACCD6E (or 0xACCD6E) is unknown color: approx Caper. HEX triplet: AC, CD and 6E. RGB value is (172,205,110). Sum of RGB (Red+Green+Blue) = 172+205+110=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD6E is #533291. Grayscale: #B8B8B8. Windows color (decimal): -5452434 or 7261612. OLE color: 7261612.

HSL color Cylindrical-coordinate representation of color #ACCD6E: hue angle of 80.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACCD6E is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB172205110-
CMYK0.1600.460.20
HSL80.84º48.72%61.76%-
HSV(B)80.84º46.34%80.39%-
XYZ41.6653.5622.89-
YUV184.386.07119.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=35.32%
G=42.09%
B=22.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051100.1600.460.2080.8448.7261.76
HexACCD6E1002E1451313e
Octal25431515620056241216176
Binary10101100110011011101110100000101110101001010001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD6E; }

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

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

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

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

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

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

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

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