#abf070

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

Shades of Feijoa #ABF070

Tints of Feijoa #ABF070

Color information

#ABF070 (or 0xABF070) is unknown color: approx Feijoa. HEX triplet: AB, F0 and 70. RGB value is (171,240,112). Sum of RGB (Red+Green+Blue) = 171+240+112=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF070 is #540F8F. Grayscale: #CDCDCD. Windows color (decimal): -5509008 or 7401643. OLE color: 7401643.

HSL color Cylindrical-coordinate representation of color #ABF070: hue angle of 92.34º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABF070 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB171240112-
CMYK0.2900.530.06
HSL92.34º81.01%69.02%-
HSV(B)92.34º53.33%94.12%-
XYZ50.8872.1526.57-
YUV204.7875.64103.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 240 (94.14% from 255) = 45.89%
BLUE value IS 112 (44.14% from 255) = 21.41%
R=32.70%
G=45.89%
B=21.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401120.2900.530.0692.3481.0169.02
HexABF0701D03565c5145
Octal253360160350656134121105
Binary10101011111100001110000111010110101110101110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf070; }

 p { color: rgb(171,240,112); }

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

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

 a { background-color: rgb(171,240,112); }

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

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

 span { border-color: rgb(171,240,112); }

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