#AFF988

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

Shades of Feijoa #AFF988

Tints of Feijoa #AFF988

Color information

#AFF988 (or 0xAFF988) is unknown color: approx Feijoa. HEX triplet: AF, F9 and 88. RGB value is (175,249,136). Sum of RGB (Red+Green+Blue) = 175+249+136=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF988 is #500677. Grayscale: #D6D6D6. Windows color (decimal): -5244536 or 8976815. OLE color: 8976815.

HSL color Cylindrical-coordinate representation of color #AFF988: hue angle of 99.29º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF988 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB175249136-
CMYK0.3000.450.02
HSL99.29º90.4%75.49%-
HSV(B)99.29º45.38%97.65%-
XYZ5678.6435.52-
YUV213.9983.98100.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 136 (53.52% from 255) = 24.29%
R=31.25%
G=44.46%
B=24.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491360.3000.450.0299.2990.475.49
HexAFF9881E02D2635a4b
Octal257371210360552143132113
Binary10101111111110011000100011110010110110110001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF988; }

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

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

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

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

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

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

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

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