Html Css Color HEX #AFE490 Feijoa

📋 copy color: '#AFE490'

red 175 ◦ green 228 ◦ blue 144

#AFE490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AFE490

Tints of Feijoa #AFE490

RGB

 RED value IS 175 (68.75% from 255) = 31.99%

 GREEN value IS 228 (89.45% from 255) = 41.68%

 BLUE value IS 144 (56.64% from 255) = 26.33%

R = 31.99%
G = 41.68%
B = 26.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#AFE490 (or 0xAFE490) is known color: Feijoa. HEX triplet: AF, E4 and 90. RGB value is (175,228,144). Sum of RGB (Red+Green+Blue) = 175+228+144=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE490 is #501B6F. Grayscale: #CACACA. Windows color (decimal): -5249904 or 9495727. OLE color: 9495727.

HSL color Cylindrical-coordinate representation of color #AFE490: hue angle of 97.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE490 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 144 -
CMYK 0.23 0 0.37 0.11
HSL 97.86º 0.61% 0.73% -
HSV(B) 97.86º 0.37% 0.89% -
XYZ 50.46 66.61 36.58 -
YUV 202.58 94.94 108.33 -
System Red Green Blue C M Y K H S L
Decimal 175 228 144 0.23 0 0.37 0.11 97.86 0.61 0.73
Hex AF E4 90 17 0 25 B 62 3D 49
Octal 257 344 220 27 0 45 13 142 75 111
Binary 10101111 11100100 10010000 10111 0 100101 1011 1100010 111101 1001001

Color Harmonies of #AFE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE490

Black with #AFE490

Text Example


Text Example

White with #AFE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE490; }

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

 H1.HeaderClassName
 {
   color: #AFE490;
 }
 .AnyTagClassName
 {
   color: #AFE490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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