#AFD970

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

Shades of Feijoa #AFD970

Tints of Feijoa #AFD970

Color information

#AFD970 (or 0xAFD970) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 70. RGB value is (175,217,112). Sum of RGB (Red+Green+Blue) = 175+217+112=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD970 is #50268F. Grayscale: #C0C0C0. Windows color (decimal): -5252752 or 7395759. OLE color: 7395759.

HSL color Cylindrical-coordinate representation of color #AFD970: hue angle of 84º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFD970 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB175217112-
CMYK0.1900.480.15
HSL84º58.01%64.51%-
HSV(B)84º48.39%85.1%-
XYZ45.4259.9124.5-
YUV192.4782.59115.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=34.72%
G=43.06%
B=22.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171120.1900.480.158458.0164.51
HexAFD97013030F543a41
Octal257331160230601712472101
Binary10101111110110011110000100110110000111110101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD970; }

 p { color: rgb(175,217,112); }

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

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

 a { background-color: rgb(175,217,112); }

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

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

 span { border-color: rgb(175,217,112); }

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