#AFE790

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

Shades of Feijoa #AFE790

Tints of Feijoa #AFE790

Color information

#AFE790 (or 0xAFE790) is unknown color: approx Feijoa. HEX triplet: AF, E7 and 90. RGB value is (175,231,144). Sum of RGB (Red+Green+Blue) = 175+231+144=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE790 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE790 is #50186F. Grayscale: #CCCCCC. Windows color (decimal): -5249136 or 9496495. OLE color: 9496495.

HSL color Cylindrical-coordinate representation of color #AFE790: hue angle of 98.62º degrees, saturation: 0.64, 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 #AFE790 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB175231144-
CMYK0.2400.380.09
HSL98.62º64.44%73.53%-
HSV(B)98.62º37.66%90.59%-
XYZ51.2968.2836.86-
YUV204.3493.95107.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=31.82%
G=42%
B=26.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311440.2400.380.0998.6264.4473.53
HexAFE79018026963404a
Octal2573472203004611143100112
Binary1010111111100111100100001100001001101001110001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE790; }

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

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

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

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

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

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

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

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