#ACD098

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

Shades of Feijoa #ACD098

Tints of Feijoa #ACD098

Color information

#ACD098 (or 0xACD098) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 98. RGB value is (172,208,152). Sum of RGB (Red+Green+Blue) = 172+208+152=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD098 is #532F67. Grayscale: #BFBFBF. Windows color (decimal): -5451624 or 10014892. OLE color: 10014892.

HSL color Cylindrical-coordinate representation of color #ACD098: hue angle of 98.57º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD098 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB172208152-
CMYK0.1700.270.18
HSL98.57º37.33%70.59%-
HSV(B)98.57º26.92%81.57%-
XYZ45.2456.1538.16-
YUV190.85106.07114.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 152 (59.77% from 255) = 28.57%
R=32.33%
G=39.10%
B=28.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081520.1700.270.1898.5737.3370.59
HexACD0981101B12632547
Octal254320230210332214345107
Binary101011001101000010011000100010110111001011000111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD098; }

 p { color: rgb(172,208,152); }

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

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

 a { background-color: rgb(172,208,152); }

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

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

 span { border-color: rgb(172,208,152); }

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