Html Css Color HEX #AFC591 Sprout

📋 copy color: '#AFC591'

red 175 ◦ green 197 ◦ blue 145

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

Shades of Sprout #AFC591

Tints of Sprout #AFC591

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

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

R = 33.85%
G = 38.1%
B = 28.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#AFC591 (or 0xAFC591) is known color: Sprout. HEX triplet: AF, C5 and 91. RGB value is (175,197,145). Sum of RGB (Red+Green+Blue) = 175+197+145=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC591 is #503A6E. Grayscale: #B8B8B8. Windows color (decimal): -5257839 or 9553327. OLE color: 9553327.

HSL color Cylindrical-coordinate representation of color #AFC591: hue angle of 85.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC591 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 145 -
CMYK 0.11 0 0.26 0.23
HSL 85.38º 0.31% 0.67% -
HSV(B) 85.38º 0.26% 0.77% -
XYZ 42.76 51.09 34.4 -
YUV 184.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 175 197 145 0.11 0 0.26 0.23 85.38 0.31 0.67
Hex AF C5 91 B 0 1A 17 55 1F 43
Octal 257 305 221 13 0 32 27 125 37 103
Binary 10101111 11000101 10010001 1011 0 11010 10111 1010101 11111 1000011

Color Harmonies of #AFC591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC591

Black with #AFC591

Text Example


Text Example

White with #AFC591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC591; }

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

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

background-color css

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

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

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

border-color css

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

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

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