#AFE990

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

Shades of Feijoa #AFE990

Tints of Feijoa #AFE990

Color information

#AFE990 (or 0xAFE990) is unknown color: approx Feijoa. HEX triplet: AF, E9 and 90. RGB value is (175,233,144). Sum of RGB (Red+Green+Blue) = 175+233+144=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE990 is #50166F. Grayscale: #CDCDCD. Windows color (decimal): -5248624 or 9497007. OLE color: 9497007.

HSL color Cylindrical-coordinate representation of color #AFE990: hue angle of 99.1º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE990 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB175233144-
CMYK0.2500.380.09
HSL99.1º66.92%73.92%-
HSV(B)99.1º38.2%91.37%-
XYZ51.8569.4137.05-
YUV205.5193.28106.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 233 (91.41% from 255) = 42.21%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=31.70%
G=42.21%
B=26.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331440.2500.380.0999.166.9273.92
HexAFE99019026963434a
Octal2573512203104611143103112
Binary1010111111101001100100001100101001101001110001110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE990; }

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

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

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

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

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

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

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

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