#AFDD95

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

Shades of Feijoa #AFDD95

Tints of Feijoa #AFDD95

Color information

#AFDD95 (or 0xAFDD95) is unknown color: approx Feijoa. HEX triplet: AF, DD and 95. RGB value is (175,221,149). Sum of RGB (Red+Green+Blue) = 175+221+149=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD95 is #50226A. Grayscale: #C7C7C7. Windows color (decimal): -5251691 or 9821615. OLE color: 9821615.

HSL color Cylindrical-coordinate representation of color #AFDD95: hue angle of 98.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFDD95 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB175221149-
CMYK0.2100.330.13
HSL98.33º51.43%72.55%-
HSV(B)98.33º32.58%86.67%-
XYZ48.966338.01-
YUV199.0499.76110.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=32.11%
G=40.55%
B=27.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211490.2100.330.1398.3351.4372.55
HexAFDD9515021D623349
Octal257335225250411514263111
Binary101011111101110110010101101010100001110111000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD95; }

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

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

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

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

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

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

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

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