#AFD792

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

Shades of Feijoa #AFD792

Tints of Feijoa #AFD792

Color information

#AFD792 (or 0xAFD792) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 92. RGB value is (175,215,146). Sum of RGB (Red+Green+Blue) = 175+215+146=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD792 is #50286D. Grayscale: #C3C3C3. Windows color (decimal): -5253230 or 9623471. OLE color: 9623471.

HSL color Cylindrical-coordinate representation of color #AFD792: hue angle of 94.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD792 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB175215146-
CMYK0.1900.320.16
HSL94.78º46.31%70.78%-
HSV(B)94.78º32.09%84.31%-
XYZ47.1759.7936.25-
YUV195.17100.25113.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=32.65%
G=40.11%
B=27.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151460.1900.320.1694.7846.3170.78
HexAFD79213020105f2e47
Octal257327222230402013756107
Binary1010111111010111100100101001101000001000010111111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD792; }

 p { color: rgb(175,215,146); }

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

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

 a { background-color: rgb(175,215,146); }

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

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

 span { border-color: rgb(175,215,146); }

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