#ABD992

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

Shades of Feijoa #ABD992

Tints of Feijoa #ABD992

Color information

#ABD992 (or 0xABD992) is unknown color: approx Feijoa. HEX triplet: AB, D9 and 92. RGB value is (171,217,146). Sum of RGB (Red+Green+Blue) = 171+217+146=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD992 is #54266D. Grayscale: #C3C3C3. Windows color (decimal): -5514862 or 9623979. OLE color: 9623979.

HSL color Cylindrical-coordinate representation of color #ABD992: hue angle of 98.87º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABD992 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB171217146-
CMYK0.2100.330.15
HSL98.87º48.3%71.18%-
HSV(B)98.87º32.72%85.1%-
XYZ46.860.3636.38-
YUV195.15100.26110.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 146 (57.42% from 255) = 27.34%
R=32.02%
G=40.64%
B=27.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171460.2100.330.1598.8748.371.18
HexABD99215021F633047
Octal253331222250411714360107
Binary101010111101100110010010101010100001111111000111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD992; }

 p { color: rgb(171,217,146); }

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

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

 a { background-color: rgb(171,217,146); }

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

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

 span { border-color: rgb(171,217,146); }

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