#AFD484

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

Shades of Feijoa #AFD484

Tints of Feijoa #AFD484

Color information

#AFD484 (or 0xAFD484) is unknown color: approx Feijoa. HEX triplet: AF, D4 and 84. RGB value is (175,212,132). Sum of RGB (Red+Green+Blue) = 175+212+132=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD484 is #502B7B. Grayscale: #C0C0C0. Windows color (decimal): -5254012 or 8705199. OLE color: 8705199.

HSL color Cylindrical-coordinate representation of color #AFD484: hue angle of 87.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFD484 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB175212132-
CMYK0.1700.380.17
HSL87.75º48.19%67.45%-
HSV(B)87.75º37.74%83.14%-
XYZ45.3957.8730.61-
YUV191.8294.24116-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=33.72%
G=40.85%
B=25.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121320.1700.380.1787.7548.1967.45
HexAFD4841102611583043
Octal257324204210462113060103
Binary1010111111010100100001001000101001101000110110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD484; }

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

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

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

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

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

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

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

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