#aff885

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

Shades of Feijoa #AFF885

Tints of Feijoa #AFF885

Color information

#AFF885 (or 0xAFF885) is unknown color: approx Feijoa. HEX triplet: AF, F8 and 85. RGB value is (175,248,133). Sum of RGB (Red+Green+Blue) = 175+248+133=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF885 is #50077A. Grayscale: #D5D5D5. Windows color (decimal): -5244795 or 8779951. OLE color: 8779951.

HSL color Cylindrical-coordinate representation of color #AFF885: hue angle of 98.09º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFF885 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB175248133-
CMYK0.2900.460.03
HSL98.09º89.15%74.71%-
HSV(B)98.09º46.37%97.25%-
XYZ55.4877.9434.31-
YUV213.0682.82100.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 248 (97.27% from 255) = 44.60%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=31.47%
G=44.60%
B=23.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481330.2900.460.0398.0989.1574.71
HexAFF8851D02E362594b
Octal257370205350563142131113
Binary10101111111110001000010111101010111011110001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aff885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aff885; }

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

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

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

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

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

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

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

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