#ACCD8D

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

Shades of Feijoa #ACCD8D

Tints of Feijoa #ACCD8D

Color information

#ACCD8D (or 0xACCD8D) is unknown color: approx Feijoa. HEX triplet: AC, CD and 8D. RGB value is (172,205,141). Sum of RGB (Red+Green+Blue) = 172+205+141=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8D is #533272. Grayscale: #BCBCBC. Windows color (decimal): -5452403 or 9293228. OLE color: 9293228.

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

Color convert

RGB172205141-
CMYK0.1600.310.20
HSL90.94º39.02%67.84%-
HSV(B)90.94º31.22%80.39%-
XYZ43.6554.3633.39-
YUV187.84101.57116.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=33.20%
G=39.58%
B=27.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051410.1600.310.2090.9439.0267.84
HexACCD8D1001F145b2744
Octal254315215200372413347104
Binary101011001100110110001101100000111111010010110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD8D; }

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

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

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

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

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

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

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

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