#AFDF92

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

Shades of Feijoa #AFDF92

Tints of Feijoa #AFDF92

Color information

#AFDF92 (or 0xAFDF92) is unknown color: approx Feijoa. HEX triplet: AF, DF and 92. RGB value is (175,223,146). Sum of RGB (Red+Green+Blue) = 175+223+146=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF92 is #50206D. Grayscale: #C8C8C8. Windows color (decimal): -5251182 or 9625519. OLE color: 9625519.

HSL color Cylindrical-coordinate representation of color #AFDF92: hue angle of 97.4º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDF92 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB175223146-
CMYK0.2200.350.13
HSL97.4º54.61%72.35%-
HSV(B)97.4º34.53%87.45%-
XYZ49.2663.9636.94-
YUV199.8797.6110.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=32.17%
G=40.99%
B=26.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231460.2200.350.1397.454.6172.35
HexAFDF9216023D613748
Octal257337222260431514167110
Binary101011111101111110010010101100100011110111000011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF92; }

 p { color: rgb(175,223,146); }

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

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

 a { background-color: rgb(175,223,146); }

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

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

 span { border-color: rgb(175,223,146); }

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