Html Css Color HEX #AFC990 Sprout

📋 copy color: '#AFC990'

red 175 ◦ green 201 ◦ blue 144

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

Shades of Sprout #AFC990

Tints of Sprout #AFC990

RGB

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

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

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

R = 33.65%
G = 38.65%
B = 27.69%

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

#AFC990 (or 0xAFC990) is known color: Sprout. HEX triplet: AF, C9 and 90. RGB value is (175,201,144). Sum of RGB (Red+Green+Blue) = 175+201+144=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC990 is #50366F. Grayscale: #BABABA. Windows color (decimal): -5256816 or 9488815. OLE color: 9488815.

HSL color Cylindrical-coordinate representation of color #AFC990: hue angle of 87.37º degrees, saturation: 0.35, 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 #AFC990 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 144 -
CMYK 0.13 0 0.28 0.21
HSL 87.37º 0.35% 0.68% -
HSV(B) 87.37º 0.28% 0.79% -
XYZ 43.6 52.9 34.3 -
YUV 186.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 175 201 144 0.13 0 0.28 0.21 87.37 0.35 0.68
Hex AF C9 90 D 0 1C 15 57 23 44
Octal 257 311 220 15 0 34 25 127 43 104
Binary 10101111 11001001 10010000 1101 0 11100 10101 1010111 100011 1000100

Color Harmonies of #AFC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC990

Black with #AFC990

Text Example


Text Example

White with #AFC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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