#afe973

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

Shades of Feijoa #AFE973

Tints of Feijoa #AFE973

Color information

#AFE973 (or 0xAFE973) is unknown color: approx Feijoa. HEX triplet: AF, E9 and 73. RGB value is (175,233,115). Sum of RGB (Red+Green+Blue) = 175+233+115=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE973 is #50168C. Grayscale: #CACACA. Windows color (decimal): -5248653 or 7596463. OLE color: 7596463.

HSL color Cylindrical-coordinate representation of color #AFE973: hue angle of 89.49º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFE973 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB175233115-
CMYK0.2500.510.09
HSL89.49º72.84%68.24%-
HSV(B)89.49º50.64%91.37%-
XYZ49.9168.6326.84-
YUV202.2178.78108.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 115 (45.31% from 255) = 21.99%
R=33.46%
G=44.55%
B=21.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331150.2500.510.0989.4972.8468.24
HexAFE973190339594944
Octal2573511633106311131111104
Binary101011111110100111100111100101100111001101100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe973; }

 p { color: rgb(175,233,115); }

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

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

 a { background-color: rgb(175,233,115); }

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

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

 span { border-color: rgb(175,233,115); }

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