#ABF383

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

Shades of Feijoa #ABF383

Tints of Feijoa #ABF383

Color information

#ABF383 (or 0xABF383) is unknown color: approx Feijoa. HEX triplet: AB, F3 and 83. RGB value is (171,243,131). Sum of RGB (Red+Green+Blue) = 171+243+131=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF383 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF383 is #540C7C. Grayscale: #D1D1D1. Windows color (decimal): -5508221 or 8647595. OLE color: 8647595.

HSL color Cylindrical-coordinate representation of color #ABF383: hue angle of 98.57º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABF383 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB171243131-
CMYK0.3000.460.05
HSL98.57º82.35%73.33%-
HSV(B)98.57º46.09%95.29%-
XYZ52.9474.433.04-
YUV208.784.15101.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 243 (95.31% from 255) = 44.59%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=31.38%
G=44.59%
B=24.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712431310.3000.460.0598.5782.3573.33
HexABF3831E02E5635249
Octal253363203360565143122111
Binary101010111111001110000011111100101110101110001110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF383; }

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

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

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

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

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

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

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

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