Html Css Color HEX #AFD491 Feijoa

📋 copy color: '#AFD491'

red 175 ◦ green 212 ◦ blue 145

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

Shades of Feijoa #AFD491

Tints of Feijoa #AFD491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

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

R = 32.89%
G = 39.85%
B = 27.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#AFD491 (or 0xAFD491) is known color: Feijoa. HEX triplet: AF, D4 and 91. RGB value is (175,212,145). Sum of RGB (Red+Green+Blue) = 175+212+145=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD491 is #502B6E. Grayscale: #C1C1C1. Windows color (decimal): -5253999 or 9557167. OLE color: 9557167.

HSL color Cylindrical-coordinate representation of color #AFD491: hue angle of 93.13º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD491 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 145 -
CMYK 0.17 0 0.32 0.17
HSL 93.13º 0.44% 0.7% -
HSV(B) 93.13º 0.32% 0.83% -
XYZ 46.33 58.25 35.59 -
YUV 193.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 175 212 145 0.17 0 0.32 0.17 93.13 0.44 0.7
Hex AF D4 91 11 0 20 11 5D 2C 46
Octal 257 324 221 21 0 40 21 135 54 106
Binary 10101111 11010100 10010001 10001 0 100000 10001 1011101 101100 1000110

Color Harmonies of #AFD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD491

Black with #AFD491

Text Example


Text Example

White with #AFD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD491; }

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

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

background-color css

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

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

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

border-color css

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

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

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