#AFF17B

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

Shades of Feijoa #AFF17B

Tints of Feijoa #AFF17B

Color information

#AFF17B (or 0xAFF17B) is unknown color: approx Feijoa. HEX triplet: AF, F1 and 7B. RGB value is (175,241,123). Sum of RGB (Red+Green+Blue) = 175+241+123=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF17B is #500E84. Grayscale: #D0D0D0. Windows color (decimal): -5246597 or 8122799. OLE color: 8122799.

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

Color convert

RGB175241123-
CMYK0.2700.490.05
HSL93.56º80.82%71.37%-
HSV(B)93.56º48.96%94.51%-
XYZ52.7173.4530.14-
YUV207.8180.13104.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 123 (48.44% from 255) = 22.82%
R=32.47%
G=44.71%
B=22.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411230.2700.490.0593.5680.8271.37
HexAFF17B1B03155e5147
Octal257361173330615136121107
Binary10101111111100011111011110110110001101101111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF17B; }

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

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

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

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

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

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

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

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