Html Css Color HEX #AFC99A Sprout

📋 copy color: '#AFC99A'

red 175 ◦ green 201 ◦ blue 154

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

Shades of Sprout #AFC99A

Tints of Sprout #AFC99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 33.02%
G = 37.92%
B = 29.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#AFC99A (or 0xAFC99A) is known color: Sprout. HEX triplet: AF, C9 and 9A. RGB value is (175,201,154). Sum of RGB (Red+Green+Blue) = 175+201+154=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC99A is #503665. Grayscale: #BCBCBC. Windows color (decimal): -5256806 or 10144175. OLE color: 10144175.

HSL color Cylindrical-coordinate representation of color #AFC99A: hue angle of 93.19º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC99A is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 154 -
CMYK 0.13 0 0.23 0.21
HSL 93.19º 0.3% 0.7% -
HSV(B) 93.19º 0.23% 0.79% -
XYZ 44.4 53.22 38.5 -
YUV 187.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 175 201 154 0.13 0 0.23 0.21 93.19 0.3 0.7
Hex AF C9 9A D 0 17 15 5D 1E 46
Octal 257 311 232 15 0 27 25 135 36 106
Binary 10101111 11001001 10011010 1101 0 10111 10101 1011101 11110 1000110

Color Harmonies of #AFC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC99A

Black with #AFC99A

Text Example


Text Example

White with #AFC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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