#AFF18A

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

Shades of Feijoa #AFF18A

Tints of Feijoa #AFF18A

Color information

#AFF18A (or 0xAFF18A) is unknown color: approx Feijoa. HEX triplet: AF, F1 and 8A. RGB value is (175,241,138). Sum of RGB (Red+Green+Blue) = 175+241+138=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18A is #500E75. Grayscale: #D1D1D1. Windows color (decimal): -5246582 or 9105839. OLE color: 9105839.

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

Color convert

RGB175241138-
CMYK0.2700.430.05
HSL98.45º78.63%74.31%-
HSV(B)98.45º42.74%94.51%-
XYZ53.7273.8635.47-
YUV209.5287.63103.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=31.59%
G=43.50%
B=24.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411380.2700.430.0598.4578.6374.31
HexAFF18A1B02B5624f4a
Octal257361212330535142117112
Binary101011111111000110001010110110101011101110001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF18A; }

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

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

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

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

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

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

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

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