#AFD397

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

Shades of Feijoa #AFD397

Tints of Feijoa #AFD397

Color information

#AFD397 (or 0xAFD397) is unknown color: approx Feijoa. HEX triplet: AF, D3 and 97. RGB value is (175,211,151). Sum of RGB (Red+Green+Blue) = 175+211+151=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD397 is #502C68. Grayscale: #C1C1C1. Windows color (decimal): -5254249 or 9950127. OLE color: 9950127.

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

Color convert

RGB175211151-
CMYK0.1700.280.17
HSL96º40.54%70.98%-
HSV(B)96º28.44%82.75%-
XYZ46.5657.9438.01-
YUV193.4104.07114.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=32.59%
G=39.29%
B=28.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111510.1700.280.179640.5470.98
HexAFD3971101C11602947
Octal257323227210342114051107
Binary101011111101001110010111100010111001000111000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD397; }

 p { color: rgb(175,211,151); }

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

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

 a { background-color: rgb(175,211,151); }

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

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

 span { border-color: rgb(175,211,151); }

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