#AFFA81

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

Shades of Feijoa #AFFA81

Tints of Feijoa #AFFA81

Color information

#AFFA81 (or 0xAFFA81) is unknown color: approx Feijoa. HEX triplet: AF, FA and 81. RGB value is (175,250,129). Sum of RGB (Red+Green+Blue) = 175+250+129=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA81 is #50057E. Grayscale: #D6D6D6. Windows color (decimal): -5244287 or 8518319. OLE color: 8518319.

HSL color Cylindrical-coordinate representation of color #AFFA81: hue angle of 97.19º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFFA81 is Cyan = 0.3, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB175250129-
CMYK0.300.480.02
HSL97.19º92.37%74.31%-
HSV(B)97.19º48.4%98.04%-
XYZ55.8379.0733.09-
YUV213.7880.15100.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 129 (50.78% from 255) = 23.29%
R=31.59%
G=45.13%
B=23.29%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501290.300.480.0297.1992.3774.31
HexAFFA811E0302615c4a
Octal257372201360602141134112
Binary10101111111110101000000111110011000010110000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA81; }

 p { color: rgb(175,250,129); }

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

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

 a { background-color: rgb(175,250,129); }

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

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

 span { border-color: rgb(175,250,129); }

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