#AFD293

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

Shades of Feijoa #AFD293

Tints of Feijoa #AFD293

Color information

#AFD293 (or 0xAFD293) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 93. RGB value is (175,210,147). Sum of RGB (Red+Green+Blue) = 175+210+147=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD293 is #502D6C. Grayscale: #C0C0C0. Windows color (decimal): -5254509 or 9687727. OLE color: 9687727.

HSL color Cylindrical-coordinate representation of color #AFD293: hue angle of 93.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD293 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB175210147-
CMYK0.1700.300.18
HSL93.33º41.18%70%-
HSV(B)93.33º30%82.35%-
XYZ45.9957.3136.24-
YUV192.35102.4115.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=32.89%
G=39.47%
B=27.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101470.1700.300.1893.3341.1870
HexAFD2931101E125d2946
Octal257322223210362213551106
Binary101011111101001010010011100010111101001010111011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD293; }

 p { color: rgb(175,210,147); }

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

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

 a { background-color: rgb(175,210,147); }

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

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

 span { border-color: rgb(175,210,147); }

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