#ACD798

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

Shades of Feijoa #ACD798

Tints of Feijoa #ACD798

Color information

#ACD798 (or 0xACD798) is unknown color: approx Feijoa. HEX triplet: AC, D7 and 98. RGB value is (172,215,152). Sum of RGB (Red+Green+Blue) = 172+215+152=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD798 is #532867. Grayscale: #C3C3C3. Windows color (decimal): -5449832 or 10016684. OLE color: 10016684.

HSL color Cylindrical-coordinate representation of color #ACD798: hue angle of 100.95º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD798 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB172215152-
CMYK0.200.290.16
HSL100.95º44.06%71.96%-
HSV(B)100.95º29.3%84.31%-
XYZ46.9859.6438.74-
YUV194.96103.75111.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=31.91%
G=39.89%
B=28.20%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151520.200.290.16100.9544.0671.96
HexACD7981401D10652c48
Octal254327230240352014554110
Binary101011001101011110011000101000111011000011001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD798; }

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

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

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

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

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

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

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

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