#ACD498

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

Shades of Feijoa #ACD498

Tints of Feijoa #ACD498

Color information

#ACD498 (or 0xACD498) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 98. RGB value is (172,212,152). Sum of RGB (Red+Green+Blue) = 172+212+152=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD498 is #532B67. Grayscale: #C1C1C1. Windows color (decimal): -5450600 or 10015916. OLE color: 10015916.

HSL color Cylindrical-coordinate representation of color #ACD498: hue angle of 100º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD498 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB172212152-
CMYK0.1900.280.17
HSL100º41.1%71.37%-
HSV(B)100º28.3%83.14%-
XYZ46.2258.1238.49-
YUV193.2104.75112.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 152 (59.77% from 255) = 28.36%
R=32.09%
G=39.55%
B=28.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121520.1900.280.1710041.171.37
HexACD4981301C11642947
Octal254324230230342114451107
Binary101011001101010010011000100110111001000111001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD498; }

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

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

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

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

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

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

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

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