#AFD295

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

Shades of Feijoa #AFD295

Tints of Feijoa #AFD295

Color information

#AFD295 (or 0xAFD295) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 95. RGB value is (175,210,149). Sum of RGB (Red+Green+Blue) = 175+210+149=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD295 is #502D6A. Grayscale: #C0C0C0. Windows color (decimal): -5254507 or 9818799. OLE color: 9818799.

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

Color convert

RGB175210149-
CMYK0.1700.290.18
HSL94.43º40.4%70.39%-
HSV(B)94.43º29.05%82.35%-
XYZ46.1557.3837.08-
YUV192.58103.4115.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=32.77%
G=39.33%
B=27.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101490.1700.290.1894.4340.470.39
HexAFD2951101D125e2846
Octal257322225210352213650106
Binary101011111101001010010101100010111011001010111101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD295; }

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

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

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

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

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

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

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

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