Html Css Color HEX #AFC991 Sprout

📋 copy color: '#AFC991'

red 175 ◦ green 201 ◦ blue 145

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

Shades of Sprout #AFC991

Tints of Sprout #AFC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.58%

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

R = 33.59%
G = 38.58%
B = 27.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#AFC991 (or 0xAFC991) is known color: Sprout. HEX triplet: AF, C9 and 91. RGB value is (175,201,145). Sum of RGB (Red+Green+Blue) = 175+201+145=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC991 is #50366E. Grayscale: #BBBBBB. Windows color (decimal): -5256815 or 9554351. OLE color: 9554351.

HSL color Cylindrical-coordinate representation of color #AFC991: hue angle of 87.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC991 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 145 -
CMYK 0.13 0 0.28 0.21
HSL 87.86º 0.34% 0.68% -
HSV(B) 87.86º 0.28% 0.79% -
XYZ 43.68 52.93 34.7 -
YUV 186.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 175 201 145 0.13 0 0.28 0.21 87.86 0.34 0.68
Hex AF C9 91 D 0 1C 15 58 22 44
Octal 257 311 221 15 0 34 25 130 42 104
Binary 10101111 11001001 10010001 1101 0 11100 10101 1011000 100010 1000100

Color Harmonies of #AFC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC991

Black with #AFC991

Text Example


Text Example

White with #AFC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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