#aff687

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

Shades of Feijoa #AFF687

Tints of Feijoa #AFF687

Color information

#AFF687 (or 0xAFF687) is unknown color: approx Feijoa. HEX triplet: AF, F6 and 87. RGB value is (175,246,135). Sum of RGB (Red+Green+Blue) = 175+246+135=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF687 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF687 is #500978. Grayscale: #D4D4D4. Windows color (decimal): -5245305 or 8910511. OLE color: 8910511.

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

Color convert

RGB175246135-
CMYK0.2900.450.04
HSL98.38º86.05%74.71%-
HSV(B)98.38º45.12%96.47%-
XYZ55.0176.7734.84-
YUV212.1284.48101.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 246 (96.48% from 255) = 44.24%
BLUE value IS 135 (53.12% from 255) = 24.28%
R=31.47%
G=44.24%
B=24.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752461350.2900.450.0498.3886.0574.71
HexAFF6871D02D462564b
Octal257366207350554142126113
Binary101011111111011010000111111010101101100110001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aff687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aff687; }

 p { color: rgb(175,246,135); }

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

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

 a { background-color: rgb(175,246,135); }

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

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

 span { border-color: rgb(175,246,135); }

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