#AFDC94

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

Shades of Feijoa #AFDC94

Tints of Feijoa #AFDC94

Color information

#AFDC94 (or 0xAFDC94) is unknown color: approx Feijoa. HEX triplet: AF, DC and 94. RGB value is (175,220,148). Sum of RGB (Red+Green+Blue) = 175+220+148=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC94 is #50236B. Grayscale: #C6C6C6. Windows color (decimal): -5251948 or 9755823. OLE color: 9755823.

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

Color convert

RGB175220148-
CMYK0.2000.330.14
HSL97.5º50.7%72.16%-
HSV(B)97.5º32.73%86.27%-
XYZ48.6262.4437.51-
YUV198.3499.59111.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=32.23%
G=40.52%
B=27.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201480.2000.330.1497.550.772.16
HexAFDC9414021E623348
Octal257334224240411614263110
Binary101011111101110010010100101000100001111011000101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC94; }

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

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

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

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

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

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

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

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