#AFD594

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

Shades of Feijoa #AFD594

Tints of Feijoa #AFD594

Color information

#AFD594 (or 0xAFD594) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 94. RGB value is (175,213,148). Sum of RGB (Red+Green+Blue) = 175+213+148=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD594 is #502A6B. Grayscale: #C2C2C2. Windows color (decimal): -5253740 or 9754031. OLE color: 9754031.

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

Color convert

RGB175213148-
CMYK0.1800.310.16
HSL95.08º43.62%70.78%-
HSV(B)95.08º30.52%83.53%-
XYZ46.8258.8436.91-
YUV194.23101.91114.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 148 (58.20% from 255) = 27.61%
R=32.65%
G=39.74%
B=27.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131480.1800.310.1695.0843.6270.78
HexAFD5941201F105f2c47
Octal257325224220372013754107
Binary101011111101010110010100100100111111000010111111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD594; }

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

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

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

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

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

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

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

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