#AFD58F

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

Shades of Feijoa #AFD58F

Tints of Feijoa #AFD58F

Color information

#AFD58F (or 0xAFD58F) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 8F. RGB value is (175,213,143). Sum of RGB (Red+Green+Blue) = 175+213+143=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD58F is #502A70. Grayscale: #C1C1C1. Windows color (decimal): -5253745 or 9426351. OLE color: 9426351.

HSL color Cylindrical-coordinate representation of color #AFD58F: hue angle of 92.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFD58F is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB175213143-
CMYK0.1800.330.16
HSL92.57º45.45%69.8%-
HSV(B)92.57º32.86%83.53%-
XYZ46.4358.6934.87-
YUV193.6699.41114.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=32.96%
G=40.11%
B=26.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131430.1800.330.1692.5745.4569.8
HexAFD58F12021105d2d46
Octal257325217220412013555106
Binary1010111111010101100011111001001000011000010111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD58F; }

 p { color: rgb(175,213,143); }

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

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

 a { background-color: rgb(175,213,143); }

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

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

 span { border-color: rgb(175,213,143); }

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