#ABF379

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

Shades of Feijoa #ABF379

Tints of Feijoa #ABF379

Color information

#ABF379 (or 0xABF379) is unknown color: approx Feijoa. HEX triplet: AB, F3 and 79. RGB value is (171,243,121). Sum of RGB (Red+Green+Blue) = 171+243+121=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF379 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF379 is #540C86. Grayscale: #CFCFCF. Windows color (decimal): -5508231 or 7992235. OLE color: 7992235.

HSL color Cylindrical-coordinate representation of color #ABF379: hue angle of 95.41º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABF379 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB171243121-
CMYK0.3000.500.05
HSL95.41º83.56%71.37%-
HSV(B)95.41º50.21%95.29%-
XYZ52.374.1429.64-
YUV207.5679.15101.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 243 (95.31% from 255) = 45.42%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=31.96%
G=45.42%
B=22.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712431210.3000.500.0595.4183.5671.37
HexABF3791E03255f5447
Octal253363171360625137124107
Binary10101011111100111111001111100110010101101111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF379; }

 p { color: rgb(171,243,121); }

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

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

 a { background-color: rgb(171,243,121); }

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

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

 span { border-color: rgb(171,243,121); }

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