#AFC698

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

Shades of Sprout #AFC698

Tints of Sprout #AFC698

Color information

#AFC698 (or 0xAFC698) is unknown color: approx Sprout. HEX triplet: AF, C6 and 98. RGB value is (175,198,152). Sum of RGB (Red+Green+Blue) = 175+198+152=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC698 is #503967. Grayscale: #BABABA. Windows color (decimal): -5257576 or 10012335. OLE color: 10012335.

HSL color Cylindrical-coordinate representation of color #AFC698: hue angle of 90º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC698 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB175198152-
CMYK0.1200.230.22
HSL90º28.75%68.63%-
HSV(B)90º23.23%77.65%-
XYZ43.5451.7737.4-
YUV185.88108.88120.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=33.33%
G=37.71%
B=28.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981520.1200.230.229028.7568.63
HexAFC698C017165a1d45
Octal257306230140272613235105
Binary1010111111000110100110001100010111101101011010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC698; }

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

 H1.HeaderClassName
 {
   color: #AFC698;
 }
 .AnyTagClassName
 {
   color: #AFC698;
 }
</style>
background-color css

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

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

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

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

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

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