#AFF585

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

Shades of Feijoa #AFF585

Tints of Feijoa #AFF585

Color information

#AFF585 (or 0xAFF585) is unknown color: approx Feijoa. HEX triplet: AF, F5 and 85. RGB value is (175,245,133). Sum of RGB (Red+Green+Blue) = 175+245+133=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF585 is #500A7A. Grayscale: #D3D3D3. Windows color (decimal): -5245563 or 8779183. OLE color: 8779183.

HSL color Cylindrical-coordinate representation of color #AFF585: hue angle of 97.5º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFF585 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB175245133-
CMYK0.2900.460.04
HSL97.5º84.85%74.12%-
HSV(B)97.5º45.71%96.08%-
XYZ54.5776.1134.01-
YUV211.383.81102.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 245 (96.09% from 255) = 44.30%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=31.65%
G=44.30%
B=24.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451330.2900.460.0497.584.8574.12
HexAFF5851D02E462554a
Octal257365205350564142125112
Binary101011111111010110000101111010101110100110001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF585; }

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

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

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

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

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

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

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

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