#AFF184

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

Shades of Feijoa #AFF184

Tints of Feijoa #AFF184

Color information

#AFF184 (or 0xAFF184) is unknown color: approx Feijoa. HEX triplet: AF, F1 and 84. RGB value is (175,241,132). Sum of RGB (Red+Green+Blue) = 175+241+132=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF184 is #500E7B. Grayscale: #D1D1D1. Windows color (decimal): -5246588 or 8712623. OLE color: 8712623.

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

Color convert

RGB175241132-
CMYK0.2700.450.05
HSL96.33º79.56%73.14%-
HSV(B)96.33º45.23%94.51%-
XYZ53.373.6933.24-
YUV208.8484.63103.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 241 (94.53% from 255) = 43.98%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=31.93%
G=43.98%
B=24.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411320.2700.450.0596.3379.5673.14
HexAFF1841B02D5605049
Octal257361204330555140120111
Binary101011111111000110000100110110101101101110000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF184; }

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

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

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

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

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

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

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

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