Html Css Color HEX #AFE191 Feijoa

📋 copy color: '#AFE191'

red 175 ◦ green 225 ◦ blue 145

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

Shades of Feijoa #AFE191

Tints of Feijoa #AFE191

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.28%

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

R = 32.11%
G = 41.28%
B = 26.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#AFE191 (or 0xAFE191) is known color: Feijoa. HEX triplet: AF, E1 and 91. RGB value is (175,225,145). Sum of RGB (Red+Green+Blue) = 175+225+145=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE191 is #501E6E. Grayscale: #C9C9C9. Windows color (decimal): -5250671 or 9560495. OLE color: 9560495.

HSL color Cylindrical-coordinate representation of color #AFE191: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE191 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 145 -
CMYK 0.22 0 0.36 0.12
HSL 97.5º 0.57% 0.73% -
HSV(B) 97.5º 0.36% 0.88% -
XYZ 49.72 65.01 36.72 -
YUV 200.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 175 225 145 0.22 0 0.36 0.12 97.5 0.57 0.73
Hex AF E1 91 16 0 24 C 62 39 49
Octal 257 341 221 26 0 44 14 142 71 111
Binary 10101111 11100001 10010001 10110 0 100100 1100 1100010 111001 1001001

Color Harmonies of #AFE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE191

Black with #AFE191

Text Example


Text Example

White with #AFE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE191; }

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

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

background-color css

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

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

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

border-color css

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

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

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