#ABD194

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

Shades of Feijoa #ABD194

Tints of Feijoa #ABD194

Color information

#ABD194 (or 0xABD194) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 94. RGB value is (171,209,148). Sum of RGB (Red+Green+Blue) = 171+209+148=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD194 is #542E6B. Grayscale: #BEBEBE. Windows color (decimal): -5516908 or 9753003. OLE color: 9753003.

HSL color Cylindrical-coordinate representation of color #ABD194: hue angle of 97.38º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABD194 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB171209148-
CMYK0.1800.290.18
HSL97.38º39.87%70%-
HSV(B)97.38º29.19%81.96%-
XYZ44.9456.436.53-
YUV190.68103.91113.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=32.39%
G=39.58%
B=28.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091480.1800.290.1897.3839.8770
HexABD1941201D12612846
Octal253321224220352214150106
Binary101010111101000110010100100100111011001011000011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD194; }

 p { color: rgb(171,209,148); }

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

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

 a { background-color: rgb(171,209,148); }

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

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

 span { border-color: rgb(171,209,148); }

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