#ABD691

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

Shades of Feijoa #ABD691

Tints of Feijoa #ABD691

Color information

#ABD691 (or 0xABD691) is unknown color: approx Feijoa. HEX triplet: AB, D6 and 91. RGB value is (171,214,145). Sum of RGB (Red+Green+Blue) = 171+214+145=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD691 is #54296E. Grayscale: #C1C1C1. Windows color (decimal): -5515631 or 9557675. OLE color: 9557675.

HSL color Cylindrical-coordinate representation of color #ABD691: hue angle of 97.39º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD691 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB171214145-
CMYK0.2000.320.16
HSL97.39º45.7%70.39%-
HSV(B)97.39º32.24%83.92%-
XYZ45.9558.835.71-
YUV193.28100.75112.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=32.26%
G=40.38%
B=27.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141450.2000.320.1697.3945.770.39
HexABD6911402010612e46
Octal253326221240402014156106
Binary1010101111010110100100011010001000001000011000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD691; }

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

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

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

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

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

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

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

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