#ACD998

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

Shades of Feijoa #ACD998

Tints of Feijoa #ACD998

Color information

#ACD998 (or 0xACD998) is unknown color: approx Feijoa. HEX triplet: AC, D9 and 98. RGB value is (172,217,152). Sum of RGB (Red+Green+Blue) = 172+217+152=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD998 is #532667. Grayscale: #C4C4C4. Windows color (decimal): -5449320 or 10017196. OLE color: 10017196.

HSL color Cylindrical-coordinate representation of color #ACD998: hue angle of 101.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD998 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB172217152-
CMYK0.2100.300.15
HSL101.54º46.1%72.35%-
HSV(B)101.54º29.95%85.1%-
XYZ47.4960.6638.91-
YUV196.14103.09110.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=31.79%
G=40.11%
B=28.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171520.2100.300.15101.5446.172.35
HexACD9981501EF662e48
Octal254331230250361714656110
Binary10101100110110011001100010101011110111111001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD998; }

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

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

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

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

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

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

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

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