#ABDC92

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

Shades of Feijoa #ABDC92

Tints of Feijoa #ABDC92

Color information

#ABDC92 (or 0xABDC92) is unknown color: approx Feijoa. HEX triplet: AB, DC and 92. RGB value is (171,220,146). Sum of RGB (Red+Green+Blue) = 171+220+146=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC92 is #54236D. Grayscale: #C5C5C5. Windows color (decimal): -5514094 or 9624747. OLE color: 9624747.

HSL color Cylindrical-coordinate representation of color #ABDC92: hue angle of 99.73º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDC92 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB171220146-
CMYK0.2200.340.14
HSL99.73º51.39%71.76%-
HSV(B)99.73º33.64%86.27%-
XYZ47.5861.9236.64-
YUV196.9199.27109.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=31.84%
G=40.97%
B=27.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201460.2200.340.1499.7351.3971.76
HexABDC9216022E643348
Octal253334222260421614463110
Binary101010111101110010010010101100100010111011001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC92; }

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

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

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

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

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

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

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

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