Html Css Color HEX #AFE890 Feijoa

📋 copy color: '#AFE890'

red 175 ◦ green 232 ◦ blue 144

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

Shades of Feijoa #AFE890

Tints of Feijoa #AFE890

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.11%

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

R = 31.76%
G = 42.11%
B = 26.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#AFE890 (or 0xAFE890) is known color: Feijoa. HEX triplet: AF, E8 and 90. RGB value is (175,232,144). Sum of RGB (Red+Green+Blue) = 175+232+144=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE890 is #50176F. Grayscale: #CDCDCD. Windows color (decimal): -5248880 or 9496751. OLE color: 9496751.

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

Color convert

RGB 175 232 144 -
CMYK 0.25 0 0.38 0.09
HSL 98.86º 0.66% 0.74% -
HSV(B) 98.86º 0.38% 0.91% -
XYZ 51.57 68.84 36.96 -
YUV 204.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 175 232 144 0.25 0 0.38 0.09 98.86 0.66 0.74
Hex AF E8 90 19 0 26 9 63 42 4A
Octal 257 350 220 31 0 46 11 143 102 112
Binary 10101111 11101000 10010000 11001 0 100110 1001 1100011 1000010 1001010

Color Harmonies of #AFE890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE890

Black with #AFE890

Text Example


Text Example

White with #AFE890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE890; }

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

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

background-color css

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

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

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

border-color css

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

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

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