#AFF085

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

Shades of Feijoa #AFF085

Tints of Feijoa #AFF085

Color information

#AFF085 (or 0xAFF085) is unknown color: approx Feijoa. HEX triplet: AF, F0 and 85. RGB value is (175,240,133). Sum of RGB (Red+Green+Blue) = 175+240+133=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF085 is #500F7A. Grayscale: #D0D0D0. Windows color (decimal): -5246843 or 8777903. OLE color: 8777903.

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

Color convert

RGB175240133-
CMYK0.2700.450.06
HSL96.45º78.1%73.14%-
HSV(B)96.45º44.58%94.12%-
XYZ53.0773.1333.51-
YUV208.3785.47104.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=31.93%
G=43.80%
B=24.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401330.2700.450.0696.4578.173.14
HexAFF0851B02D6604e49
Octal257360205330556140116111
Binary101011111111000010000101110110101101110110000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF085; }

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

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

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

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

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

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

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

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