#AFDC92

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

Shades of Feijoa #AFDC92

Tints of Feijoa #AFDC92

Color information

#AFDC92 (or 0xAFDC92) is unknown color: approx Feijoa. HEX triplet: AF, DC and 92. RGB value is (175,220,146). Sum of RGB (Red+Green+Blue) = 175+220+146=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC92 is #50236D. Grayscale: #C6C6C6. Windows color (decimal): -5251950 or 9624751. OLE color: 9624751.

HSL color Cylindrical-coordinate representation of color #AFDC92: hue angle of 96.49º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFDC92 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB175220146-
CMYK0.2000.340.14
HSL96.49º51.39%71.76%-
HSV(B)96.49º33.64%86.27%-
XYZ48.4662.3836.68-
YUV198.1198.59111.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=32.35%
G=40.67%
B=26.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201460.2000.340.1496.4951.3971.76
HexAFDC9214022E603348
Octal257334222240421614063110
Binary101011111101110010010010101000100010111011000001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC92; }

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

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

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

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

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

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

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

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