#AFD599

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

Shades of Feijoa #AFD599

Tints of Feijoa #AFD599

Color information

#AFD599 (or 0xAFD599) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 99. RGB value is (175,213,153). Sum of RGB (Red+Green+Blue) = 175+213+153=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD599 is #502A66. Grayscale: #C3C3C3. Windows color (decimal): -5253735 or 10081711. OLE color: 10081711.

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

Color convert

RGB175213153-
CMYK0.1800.280.16
HSL98º41.67%71.76%-
HSV(B)98º28.17%83.53%-
XYZ47.225939.04-
YUV194.8104.41113.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=32.35%
G=39.37%
B=28.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131530.1800.280.169841.6771.76
HexAFD5991201C10622a48
Octal257325231220342014252110
Binary101011111101010110011001100100111001000011000101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD599; }

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

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

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

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

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

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

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

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