#AFF18F

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

Shades of Feijoa #AFF18F

Tints of Feijoa #AFF18F

Color information

#AFF18F (or 0xAFF18F) is unknown color: approx Feijoa. HEX triplet: AF, F1 and 8F. RGB value is (175,241,143). Sum of RGB (Red+Green+Blue) = 175+241+143=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18F is #500E70. Grayscale: #D2D2D2. Windows color (decimal): -5246577 or 9433519. OLE color: 9433519.

HSL color Cylindrical-coordinate representation of color #AFF18F: hue angle of 100.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFF18F is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB175241143-
CMYK0.2700.410.05
HSL100.41º77.78%75.29%-
HSV(B)100.41º40.66%94.51%-
XYZ54.0974.0137.42-
YUV210.0990.13102.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 143 (56.25% from 255) = 25.58%
R=31.31%
G=43.11%
B=25.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411430.2700.410.05100.4177.7875.29
HexAFF18F1B0295644e4b
Octal257361217330515144116113
Binary101011111111000110001111110110101001101110010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF18F; }

 p { color: rgb(175,241,143); }

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

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

 a { background-color: rgb(175,241,143); }

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

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

 span { border-color: rgb(175,241,143); }

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