Html Css Color HEX #AFC99C Sprout

📋 copy color: '#AFC99C'

red 175 ◦ green 201 ◦ blue 156

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

Shades of Sprout #AFC99C

Tints of Sprout #AFC99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.32%

R = 32.89%
G = 37.78%
B = 29.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#AFC99C (or 0xAFC99C) is known color: Sprout. HEX triplet: AF, C9 and 9C. RGB value is (175,201,156). Sum of RGB (Red+Green+Blue) = 175+201+156=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC99C is #503663. Grayscale: #BCBCBC. Windows color (decimal): -5256804 or 10275247. OLE color: 10275247.

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

Color convert

RGB 175 201 156 -
CMYK 0.13 0 0.22 0.21
HSL 94.67º 0.29% 0.7% -
HSV(B) 94.67º 0.22% 0.79% -
XYZ 44.57 53.29 39.39 -
YUV 188.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 175 201 156 0.13 0 0.22 0.21 94.67 0.29 0.7
Hex AF C9 9C D 0 16 15 5F 1D 46
Octal 257 311 234 15 0 26 25 137 35 106
Binary 10101111 11001001 10011100 1101 0 10110 10101 1011111 11101 1000110

Color Harmonies of #AFC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC99C

Black with #AFC99C

Text Example


Text Example

White with #AFC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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