#ABD792

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

Shades of Feijoa #ABD792

Tints of Feijoa #ABD792

Color information

#ABD792 (or 0xABD792) is unknown color: approx Feijoa. HEX triplet: AB, D7 and 92. RGB value is (171,215,146). Sum of RGB (Red+Green+Blue) = 171+215+146=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD792 is #54286D. Grayscale: #C2C2C2. Windows color (decimal): -5515374 or 9623467. OLE color: 9623467.

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

Color convert

RGB171215146-
CMYK0.2000.320.16
HSL98.26º46.31%70.78%-
HSV(B)98.26º32.09%84.31%-
XYZ46.2859.3336.21-
YUV193.98100.92111.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=32.14%
G=40.41%
B=27.44%

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
Decimal1712151460.2000.320.1698.2646.3170.78
HexABD7921402010622e47
Octal253327222240402014256107
Binary1010101111010111100100101010001000001000011000101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD792; }

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

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

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

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

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

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

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

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