#AFDE90

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

Shades of Feijoa #AFDE90

Tints of Feijoa #AFDE90

Color information

#AFDE90 (or 0xAFDE90) is unknown color: approx Feijoa. HEX triplet: AF, DE and 90. RGB value is (175,222,144). Sum of RGB (Red+Green+Blue) = 175+222+144=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE90 is #50216F. Grayscale: #C7C7C7. Windows color (decimal): -5251440 or 9494191. OLE color: 9494191.

HSL color Cylindrical-coordinate representation of color #AFDE90: hue angle of 96.15º degrees, saturation: 0.54, 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 #AFDE90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB175222144-
CMYK0.2100.350.13
HSL96.15º54.17%71.76%-
HSV(B)96.15º35.14%87.06%-
XYZ48.8363.3736.04-
YUV199.0596.93110.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=32.35%
G=41.04%
B=26.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221440.2100.350.1396.1554.1771.76
HexAFDE9015023D603648
Octal257336220250431514066110
Binary101011111101111010010000101010100011110111000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE90; }

 p { color: rgb(175,222,144); }

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

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

 a { background-color: rgb(175,222,144); }

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

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

 span { border-color: rgb(175,222,144); }

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