#AFF188

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

Shades of Feijoa #AFF188

Tints of Feijoa #AFF188

Color information

#AFF188 (or 0xAFF188) is unknown color: approx Feijoa. HEX triplet: AF, F1 and 88. RGB value is (175,241,136). Sum of RGB (Red+Green+Blue) = 175+241+136=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF188 is #500E77. Grayscale: #D1D1D1. Windows color (decimal): -5246584 or 8974767. OLE color: 8974767.

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

Color convert

RGB175241136-
CMYK0.2700.440.05
HSL97.71º78.95%73.92%-
HSV(B)97.71º43.57%94.51%-
XYZ53.5873.834.71-
YUV209.386.63103.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=31.70%
G=43.66%
B=24.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411360.2700.440.0597.7178.9573.92
HexAFF1881B02C5624f4a
Octal257361210330545142117112
Binary101011111111000110001000110110101100101110001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF188; }

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

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

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

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

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

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

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

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