#ABD699

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

Shades of Feijoa #ABD699

Tints of Feijoa #ABD699

Color information

#ABD699 (or 0xABD699) is unknown color: approx Feijoa. HEX triplet: AB, D6 and 99. RGB value is (171,214,153). Sum of RGB (Red+Green+Blue) = 171+214+153=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD699 is #542966. Grayscale: #C2C2C2. Windows color (decimal): -5515623 or 10081963. OLE color: 10081963.

HSL color Cylindrical-coordinate representation of color #ABD699: hue angle of 102.3º degrees, saturation: 0.43, 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 #ABD699 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB171214153-
CMYK0.2000.290.16
HSL102.3º42.66%71.96%-
HSV(B)102.3º28.5%83.92%-
XYZ46.5959.0539.08-
YUV194.19104.75111.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 153 (60.16% from 255) = 28.44%
R=31.78%
G=39.78%
B=28.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141530.2000.290.16102.342.6671.96
HexABD6991401D10662b48
Octal253326231240352014653110
Binary101010111101011010011001101000111011000011001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD699; }

 p { color: rgb(171,214,153); }

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

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

 a { background-color: rgb(171,214,153); }

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

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

 span { border-color: rgb(171,214,153); }

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