#AFF080

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

Shades of Feijoa #AFF080

Tints of Feijoa #AFF080

Color information

#AFF080 (or 0xAFF080) is unknown color: approx Feijoa. HEX triplet: AF, F0 and 80. RGB value is (175,240,128). Sum of RGB (Red+Green+Blue) = 175+240+128=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF080 is #500F7F. Grayscale: #D0D0D0. Windows color (decimal): -5246848 or 8450223. OLE color: 8450223.

HSL color Cylindrical-coordinate representation of color #AFF080: hue angle of 94.82º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF080 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB175240128-
CMYK0.2700.470.06
HSL94.82º78.87%72.16%-
HSV(B)94.82º46.67%94.12%-
XYZ52.7472.9931.73-
YUV207.882.97104.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 240 (94.14% from 255) = 44.20%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=32.23%
G=44.20%
B=23.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401280.2700.470.0694.8278.8772.16
HexAFF0801B02F65f4f48
Octal257360200330576137117110
Binary101011111111000010000000110110101111110101111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF080; }

 p { color: rgb(175,240,128); }

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

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

 a { background-color: rgb(175,240,128); }

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

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

 span { border-color: rgb(175,240,128); }

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