#AFC198

Color #AFC198 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #AFC198

Tints of Sprout #AFC198

Color information

#AFC198 (or 0xAFC198) is unknown color: approx 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

RGB175193152-
CMYK0.0900.210.24
HSL86.34º24.85%67.65%-
HSV(B)86.34º21.24%75.69%-
XYZ42.4249.5237.03-
YUV182.94110.54122.33-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931520.0900.210.2486.3424.8567.65
HexAFC198901518561944
Octal257301230110253012631104
Binary1010111111000001100110001001010101110001010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>