#ABD697

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

Shades of Feijoa #ABD697

Tints of Feijoa #ABD697

Color information

#ABD697 (or 0xABD697) is unknown color: approx Feijoa. HEX triplet: AB, D6 and 97. RGB value is (171,214,151). Sum of RGB (Red+Green+Blue) = 171+214+151=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD697 is #542968. Grayscale: #C2C2C2. Windows color (decimal): -5515625 or 9950891. OLE color: 9950891.

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

Color convert

RGB171214151-
CMYK0.2000.290.16
HSL100.95º43.45%71.57%-
HSV(B)100.95º29.44%83.92%-
XYZ46.4358.9938.22-
YUV193.96103.75111.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=31.90%
G=39.93%
B=28.17%

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
Decimal1712141510.2000.290.16100.9543.4571.57
HexABD6971401D10652b48
Octal253326227240352014553110
Binary101010111101011010010111101000111011000011001011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD697; }

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

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

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

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

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

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

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

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