#ABDA92

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

Shades of Feijoa #ABDA92

Tints of Feijoa #ABDA92

Color information

#ABDA92 (or 0xABDA92) is unknown color: approx Feijoa. HEX triplet: AB, DA and 92. RGB value is (171,218,146). Sum of RGB (Red+Green+Blue) = 171+218+146=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA92 is #54256D. Grayscale: #C3C3C3. Windows color (decimal): -5514606 or 9624235. OLE color: 9624235.

HSL color Cylindrical-coordinate representation of color #ABDA92: hue angle of 99.17º degrees, saturation: 0.49, 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 #ABDA92 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB171218146-
CMYK0.2200.330.15
HSL99.17º49.32%71.37%-
HSV(B)99.17º33.03%85.49%-
XYZ47.0560.8836.46-
YUV195.7499.93110.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=31.96%
G=40.75%
B=27.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181460.2200.330.1599.1749.3271.37
HexABDA9216021F633147
Octal253332222260411714361107
Binary101010111101101010010010101100100001111111000111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDA92; }

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

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

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

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

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

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

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

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