#AFEF84

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

Shades of Feijoa #AFEF84

Tints of Feijoa #AFEF84

Color information

#AFEF84 (or 0xAFEF84) is unknown color: approx Feijoa. HEX triplet: AF, EF and 84. RGB value is (175,239,132). Sum of RGB (Red+Green+Blue) = 175+239+132=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF84 is #50107B. Grayscale: #D0D0D0. Windows color (decimal): -5247100 or 8712111. OLE color: 8712111.

HSL color Cylindrical-coordinate representation of color #AFEF84: hue angle of 95.89º degrees, saturation: 0.77, 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 #AFEF84 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB175239132-
CMYK0.2700.450.06
HSL95.89º76.98%72.75%-
HSV(B)95.89º44.77%93.73%-
XYZ52.7172.5133.05-
YUV207.6785.3104.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 239 (93.75% from 255) = 43.77%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=32.05%
G=43.77%
B=24.18%

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
Decimal1752391320.2700.450.0695.8976.9872.75
HexAFEF841B02D6604d49
Octal257357204330556140115111
Binary101011111110111110000100110110101101110110000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF84; }

 p { color: rgb(175,239,132); }

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

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

 a { background-color: rgb(175,239,132); }

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

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

 span { border-color: rgb(175,239,132); }

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