Html Css Color HEX #AFD791 Feijoa

📋 copy color: '#AFD791'

red 175 ◦ green 215 ◦ blue 145

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

Shades of Feijoa #AFD791

Tints of Feijoa #AFD791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

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

R = 32.71%
G = 40.19%
B = 27.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#AFD791 (or 0xAFD791) is known color: Feijoa. HEX triplet: AF, D7 and 91. RGB value is (175,215,145). Sum of RGB (Red+Green+Blue) = 175+215+145=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD791 is #50286E. Grayscale: #C3C3C3. Windows color (decimal): -5253231 or 9557935. OLE color: 9557935.

HSL color Cylindrical-coordinate representation of color #AFD791: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFD791 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 145 -
CMYK 0.19 0 0.33 0.16
HSL 94.29º 0.47% 0.71% -
HSV(B) 94.29º 0.33% 0.84% -
XYZ 47.09 59.76 35.84 -
YUV 195.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 175 215 145 0.19 0 0.33 0.16 94.29 0.47 0.71
Hex AF D7 91 13 0 21 10 5E 2F 47
Octal 257 327 221 23 0 41 20 136 57 107
Binary 10101111 11010111 10010001 10011 0 100001 10000 1011110 101111 1000111

Color Harmonies of #AFD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD791

Black with #AFD791

Text Example


Text Example

White with #AFD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD791; }

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

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

background-color css

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

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

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

border-color css

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

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

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