Html Css Color HEX #AFC791 Sprout

📋 copy color: '#AFC791'

red 175 ◦ green 199 ◦ blue 145

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

Shades of Sprout #AFC791

Tints of Sprout #AFC791

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.34%

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

R = 33.72%
G = 38.34%
B = 27.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#AFC791 (or 0xAFC791) is known color: Sprout. HEX triplet: AF, C7 and 91. RGB value is (175,199,145). Sum of RGB (Red+Green+Blue) = 175+199+145=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC791 is #50386E. Grayscale: #B9B9B9. Windows color (decimal): -5257327 or 9553839. OLE color: 9553839.

HSL color Cylindrical-coordinate representation of color #AFC791: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC791 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 145 -
CMYK 0.12 0 0.27 0.22
HSL 86.67º 0.33% 0.67% -
HSV(B) 86.67º 0.27% 0.78% -
XYZ 43.21 52.01 34.55 -
YUV 185.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 175 199 145 0.12 0 0.27 0.22 86.67 0.33 0.67
Hex AF C7 91 C 0 1B 16 57 21 43
Octal 257 307 221 14 0 33 26 127 41 103
Binary 10101111 11000111 10010001 1100 0 11011 10110 1010111 100001 1000011

Color Harmonies of #AFC791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC791

Black with #AFC791

Text Example


Text Example

White with #AFC791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC791; }

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

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

background-color css

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

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

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

border-color css

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

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

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