#ACCD96

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

Shades of Feijoa #ACCD96

Tints of Feijoa #ACCD96

Color information

#ACCD96 (or 0xACCD96) is unknown color: approx Feijoa. HEX triplet: AC, CD and 96. RGB value is (172,205,150). Sum of RGB (Red+Green+Blue) = 172+205+150=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD96 is #533269. Grayscale: #BDBDBD. Windows color (decimal): -5452394 or 9883052. OLE color: 9883052.

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

Color convert

RGB172205150-
CMYK0.1600.270.20
HSL96º35.48%69.61%-
HSV(B)96º26.83%80.39%-
XYZ44.3554.6437.06-
YUV188.86106.07115.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=32.64%
G=38.90%
B=28.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051500.1600.270.209635.4869.61
HexACCD961001B14602346
Octal254315226200332414043106
Binary101011001100110110010110100000110111010011000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD96; }

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

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

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

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

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

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

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

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