#AFD595

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

Shades of Feijoa #AFD595

Tints of Feijoa #AFD595

Color information

#AFD595 (or 0xAFD595) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 95. RGB value is (175,213,149). Sum of RGB (Red+Green+Blue) = 175+213+149=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD595 is #502A6A. Grayscale: #C2C2C2. Windows color (decimal): -5253739 or 9819567. OLE color: 9819567.

HSL color Cylindrical-coordinate representation of color #AFD595: hue angle of 95.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD595 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB175213149-
CMYK0.1800.300.16
HSL95.62º43.24%70.98%-
HSV(B)95.62º30.05%83.53%-
XYZ46.958.8737.33-
YUV194.34102.41114.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=32.59%
G=39.66%
B=27.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131490.1800.300.1695.6243.2470.98
HexAFD5951201E10602b47
Octal257325225220362014053107
Binary101011111101010110010101100100111101000011000001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD595; }

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

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

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

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

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

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

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

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