#ACCD93

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

Shades of Feijoa #ACCD93

Tints of Feijoa #ACCD93

Color information

#ACCD93 (or 0xACCD93) is unknown color: approx Feijoa. HEX triplet: AC, CD and 93. RGB value is (172,205,147). Sum of RGB (Red+Green+Blue) = 172+205+147=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD93 is #53326C. Grayscale: #BCBCBC. Windows color (decimal): -5452397 or 9686444. OLE color: 9686444.

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

Color convert

RGB172205147-
CMYK0.1600.280.20
HSL94.14º36.71%69.02%-
HSV(B)94.14º28.29%80.39%-
XYZ44.1154.5435.81-
YUV188.52104.57116.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=32.82%
G=39.12%
B=28.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051470.1600.280.2094.1436.7169.02
HexACCD931001C145e2545
Octal254315223200342413645105
Binary101011001100110110010011100000111001010010111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD93; }

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

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

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

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

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

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

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

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