#ABD195

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

Shades of Feijoa #ABD195

Tints of Feijoa #ABD195

Color information

#ABD195 (or 0xABD195) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 95. RGB value is (171,209,149). Sum of RGB (Red+Green+Blue) = 171+209+149=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD195 is #542E6A. Grayscale: #BFBFBF. Windows color (decimal): -5516907 or 9818539. OLE color: 9818539.

HSL color Cylindrical-coordinate representation of color #ABD195: hue angle of 98º degrees, saturation: 0.39, 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 #ABD195 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB171209149-
CMYK0.1800.290.18
HSL98º39.47%70.2%-
HSV(B)98º28.71%81.96%-
XYZ45.0256.4336.95-
YUV190.8104.41113.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 209 (82.03% from 255) = 39.51%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=32.33%
G=39.51%
B=28.17%

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
Decimal1712091490.1800.290.189839.4770.2
HexABD1951201D12622746
Octal253321225220352214247106
Binary101010111101000110010101100100111011001011000101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD195; }

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

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

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

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

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

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

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

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