#AFF484

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

Shades of Feijoa #AFF484

Tints of Feijoa #AFF484

Color information

#AFF484 (or 0xAFF484) is unknown color: approx Feijoa. HEX triplet: AF, F4 and 84. RGB value is (175,244,132). Sum of RGB (Red+Green+Blue) = 175+244+132=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF484 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF484 is #500B7B. Grayscale: #D2D2D2. Windows color (decimal): -5245820 or 8713391. OLE color: 8713391.

HSL color Cylindrical-coordinate representation of color #AFF484: hue angle of 96.96º degrees, saturation: 0.84, 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 #AFF484 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB175244132-
CMYK0.2800.460.04
HSL96.96º83.58%73.73%-
HSV(B)96.96º45.9%95.69%-
XYZ54.1975.4833.54-
YUV210.683.64102.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 244 (95.70% from 255) = 44.28%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=31.76%
G=44.28%
B=23.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441320.2800.460.0496.9683.5873.73
HexAFF4841C02E461544a
Octal257364204340564141124112
Binary101011111111010010000100111000101110100110000110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF484; }

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

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

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

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

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

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

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

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