#AFD674

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

Shades of Feijoa #AFD674

Tints of Feijoa #AFD674

Color information

#AFD674 (or 0xAFD674) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 74. RGB value is (175,214,116). Sum of RGB (Red+Green+Blue) = 175+214+116=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD674 is #50298B. Grayscale: #BFBFBF. Windows color (decimal): -5253516 or 7657135. OLE color: 7657135.

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

Color convert

RGB175214116-
CMYK0.1800.460.16
HSL83.88º54.44%64.71%-
HSV(B)83.88º45.79%83.92%-
XYZ44.8858.4725.44-
YUV191.1785.58116.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=34.65%
G=42.38%
B=22.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141160.1800.460.1683.8854.4464.71
HexAFD6741202E10543641
Octal257326164220562012466101
Binary101011111101011011101001001001011101000010101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD674; }

 p { color: rgb(175,214,116); }

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

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

 a { background-color: rgb(175,214,116); }

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

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

 span { border-color: rgb(175,214,116); }

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