#AFF588

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

Shades of Feijoa #AFF588

Tints of Feijoa #AFF588

Color information

#AFF588 (or 0xAFF588) is unknown color: approx Feijoa. HEX triplet: AF, F5 and 88. RGB value is (175,245,136). Sum of RGB (Red+Green+Blue) = 175+245+136=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF588 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF588 is #500A77. Grayscale: #D4D4D4. Windows color (decimal): -5245560 or 8975791. OLE color: 8975791.

HSL color Cylindrical-coordinate representation of color #AFF588: hue angle of 98.53º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF588 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB175245136-
CMYK0.2900.440.04
HSL98.53º84.5%74.71%-
HSV(B)98.53º44.49%96.08%-
XYZ54.7876.235.11-
YUV211.6485.31101.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 245 (96.09% from 255) = 44.06%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=31.47%
G=44.06%
B=24.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451360.2900.440.0498.5384.574.71
HexAFF5881D02C463544b
Octal257365210350544143124113
Binary101011111111010110001000111010101100100110001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF588; }

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

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

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

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

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

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

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

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