Html Css Color HEX #AFE891 Feijoa

📋 copy color: '#AFE891'

red 175 ◦ green 232 ◦ blue 145

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

Shades of Feijoa #AFE891

Tints of Feijoa #AFE891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.27%

R = 31.7%
G = 42.03%
B = 26.27%

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

#AFE891 (or 0xAFE891) is known color: Feijoa. HEX triplet: AF, E8 and 91. RGB value is (175,232,145). Sum of RGB (Red+Green+Blue) = 175+232+145=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE891 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE891 is #50176E. Grayscale: #CDCDCD. Windows color (decimal): -5248879 or 9562287. OLE color: 9562287.

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

Color convert

RGB 175 232 145 -
CMYK 0.25 0 0.38 0.09
HSL 99.31º 0.65% 0.74% -
HSV(B) 99.31º 0.38% 0.91% -
XYZ 51.65 68.87 37.36 -
YUV 205.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 175 232 145 0.25 0 0.38 0.09 99.31 0.65 0.74
Hex AF E8 91 19 0 26 9 63 41 4A
Octal 257 350 221 31 0 46 11 143 101 112
Binary 10101111 11101000 10010001 11001 0 100110 1001 1100011 1000001 1001010

Color Harmonies of #AFE891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE891

Black with #AFE891

Text Example


Text Example

White with #AFE891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE891; }

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

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

background-color css

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

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

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

border-color css

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

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

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