Html Css Color HEX #AFC891 Sprout

📋 copy color: '#AFC891'

red 175 ◦ green 200 ◦ blue 145

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

Shades of Sprout #AFC891

Tints of Sprout #AFC891

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

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

R = 33.65%
G = 38.46%
B = 27.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#AFC891 (or 0xAFC891) is known color: Sprout. HEX triplet: AF, C8 and 91. RGB value is (175,200,145). Sum of RGB (Red+Green+Blue) = 175+200+145=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC891 is #50376E. Grayscale: #BABABA. Windows color (decimal): -5257071 or 9554095. OLE color: 9554095.

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

Color convert

RGB 175 200 145 -
CMYK 0.12 0 0.28 0.22
HSL 87.27º 0.33% 0.68% -
HSV(B) 87.27º 0.28% 0.78% -
XYZ 43.44 52.47 34.63 -
YUV 186.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 175 200 145 0.12 0 0.28 0.22 87.27 0.33 0.68
Hex AF C8 91 C 0 1C 16 57 21 44
Octal 257 310 221 14 0 34 26 127 41 104
Binary 10101111 11001000 10010001 1100 0 11100 10110 1010111 100001 1000100

Color Harmonies of #AFC891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC891

Black with #AFC891

Text Example


Text Example

White with #AFC891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC891; }

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

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

background-color css

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

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

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

border-color css

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

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

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