Html Css Color HEX #AFC890 Sprout

📋 copy color: '#AFC890'

red 175 ◦ green 200 ◦ blue 144

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

Shades of Sprout #AFC890

Tints of Sprout #AFC890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 33.72%
G = 38.54%
B = 27.75%

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

#AFC890 (or 0xAFC890) is known color: Sprout. HEX triplet: AF, C8 and 90. RGB value is (175,200,144). Sum of RGB (Red+Green+Blue) = 175+200+144=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC890 is #50376F. Grayscale: #BABABA. Windows color (decimal): -5257072 or 9488559. OLE color: 9488559.

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

Color convert

RGB 175 200 144 -
CMYK 0.12 0 0.28 0.22
HSL 86.79º 0.34% 0.67% -
HSV(B) 86.79º 0.28% 0.78% -
XYZ 43.37 52.44 34.22 -
YUV 186.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 175 200 144 0.12 0 0.28 0.22 86.79 0.34 0.67
Hex AF C8 90 C 0 1C 16 57 22 43
Octal 257 310 220 14 0 34 26 127 42 103
Binary 10101111 11001000 10010000 1100 0 11100 10110 1010111 100010 1000011

Color Harmonies of #AFC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC890

Black with #AFC890

Text Example


Text Example

White with #AFC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC890; }

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

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

background-color css

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

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

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

border-color css

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

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

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