Html Css Color HEX #AFC198 Sprout

📋 copy color: '#AFC198'

red 175 ◦ green 193 ◦ blue 152

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

Shades of Sprout #AFC198

Tints of Sprout #AFC198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.12%

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 33.65%
G = 37.12%
B = 29.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#AFC198 (or 0xAFC198) is known color: Sprout. HEX triplet: AF, C1 and 98. RGB value is (175,193,152). Sum of RGB (Red+Green+Blue) = 175+193+152=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC198 is #503E67. Grayscale: #B7B7B7. Windows color (decimal): -5258856 or 10011055. OLE color: 10011055.

HSL color Cylindrical-coordinate representation of color #AFC198: hue angle of 86.34º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC198 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 152 -
CMYK 0.09 0 0.21 0.24
HSL 86.34º 0.25% 0.68% -
HSV(B) 86.34º 0.21% 0.76% -
XYZ 42.42 49.52 37.03 -
YUV 182.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 175 193 152 0.09 0 0.21 0.24 86.34 0.25 0.68
Hex AF C1 98 9 0 15 18 56 19 44
Octal 257 301 230 11 0 25 30 126 31 104
Binary 10101111 11000001 10011000 1001 0 10101 11000 1010110 11001 1000100

Color Harmonies of #AFC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC198

Black with #AFC198

Text Example


Text Example

White with #AFC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC198; }

 p { color: rgb(175,193,152); }

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

background-color css

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

 a { background-color: rgb(175,193,152); }

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

border-color css

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

 span { border-color: rgb(175,193,152); }

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