#AFF58B

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

Shades of Feijoa #AFF58B

Tints of Feijoa #AFF58B

Color information

#AFF58B (or 0xAFF58B) is unknown color: approx Feijoa. HEX triplet: AF, F5 and 8B. RGB value is (175,245,139). Sum of RGB (Red+Green+Blue) = 175+245+139=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF58B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF58B is #500A74. Grayscale: #D4D4D4. Windows color (decimal): -5245557 or 9172399. OLE color: 9172399.

HSL color Cylindrical-coordinate representation of color #AFF58B: hue angle of 99.62º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFF58B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB175245139-
CMYK0.2900.430.04
HSL99.62º84.13%75.29%-
HSV(B)99.62º43.27%96.08%-
XYZ54.9976.2836.25-
YUV211.9986.81101.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 245 (96.09% from 255) = 43.83%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=31.31%
G=43.83%
B=24.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451390.2900.430.0499.6284.1375.29
HexAFF58B1D02B464544b
Octal257365213350534144124113
Binary101011111111010110001011111010101011100110010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF58B; }

 p { color: rgb(175,245,139); }

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

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

 a { background-color: rgb(175,245,139); }

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

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

 span { border-color: rgb(175,245,139); }

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